function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sfdc2705sfdc2705 

Error- migration of objects

Hi All,

I need to migrate objects from one sandbox to other through eclipse IDE.
When i am trying to validate the deployment the following error comes.
Deploy Results:
   File Name:    objects/Customobject__c.object
   Full Name:  Customobject__c.xxxx
   Action:  NO ACTION
   Result:  FAILED
   Problem: In field: queue - no Queue named 'xxxx'found

I have not hardcoded the 'xxxx' quee anywhere.

Please help me in solving this issue.
sandeep@Salesforcesandeep@Salesforce
It is coming because there should be one queuq with using this object. 
AsitM9AsitM9
You can use ant tool provided by salesforce.