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
Test User 330Test User 330 

Queue deployment

Is it possible to import queues from one salesforce org to the other? If yes, how can i do that?
sfdc Beginnersfdc Beginner
Hi Test User 330,

You can use Eclipse or ANT Apex Deployment/Migration tool and move all Metadata (objects, workflows, groups, Queues ) from one Salesforce Org to another Salesforce Org. 


If this solves your Problem, Mark it as the Best Answer.


Thanks,
sfdc Beginner

 
Test User 330Test User 330
Can i do the same for case assignment rules?
 
Test User 330Test User 330
By clicking on Migration tool in my org i got a zip file. How will i deploy it in another org?
 
Shashi PatowaryShashi Patowary
Hi,

You can migrate queue and Assignment rules using changeset.Changeset is the easiest way to do deployment.

Regards,
Shashi