You need to sign in to do that
Don't have an account?

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
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.