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
SF94108SF94108 

Deploying Queues from Sandbox to Production

Hello!

 

We have a large number of Queues(50+) which need to be deployed between Orgs.

 

Got as far as creating the Qs and its member objects by uploaded data to following 3 objects:

 

-Group

-Group Member

-QueueSObject

 

Question:

How to move over data for Queue filter criteria and fields to display?

 

Any pointers to get acess to these through object level or metadata appreciated!

 

Thank you

 

 

 

Best Answer chosen by Admin (Salesforce Developers) 
CaitlinMCaitlinM

As you've probably figured out by now, queues need to be recreated manually in the target environment. Anything referencing a queue, such as a list view, must first have the reference to the queue removed before you can deploy it. So if your list view displays records owned by the queue, remove the filter, deploy, then reset the filter.