Last Updated on October 11, 2021 by Rakesh Gupta
In Salesforce Queue and Public Group represent group of users. We can add any number of users to Queue or public group. There is no limitation on the number of members per Public Group. Now start with a business requirement.
Business Use case
Martin Jones is a System Administrator at Gurukul on Cloud (GoC). He received a requirement to add one user named Test User to all available queues in the organization.
Automation Champion Approach (I-do):
Suppose the number of queues in the organization is less than 10 or 20. In that case, you can do this via Salesforce UI, but Imagine If you have more than 300 queues in your organization, then it’s very frustrating to add a user to all queues through Salesforce UI.
Today I will give you a brief about how to add Members into the Queues through Data Loader. Before proceeding to the next step is to install the Data Loader in your workstation.
To add a user to queues, follow the steps below:
- Open You Data Loader and click on Export.
- Log in to data loader by using your credential.
- Once you logged into data loader select Show all Salesforce objects.
- Then Select Queue sObject (QueueSobject) and then choose a target for store extract file as shown in below Screenshot:
- Click Next.
- The next step to use the query editor screen select QueueId and click on Finish, as shown in below image
- Open Your extract file add new column (Member ID – ID of user that you want to add into queue). It will look like something below screenshot
- Now click on Upsert button on Data Loader to add user to three queues.
- Select Show all Salesforce objects, then Select object “Group member (GroupMember)” , Choose the CSV fike that you created in last step and click on the Next
- In The mapping screen map Queue Id –> GroupId, User Id –> UserOrGroupId.
- Click on Next, Select location for Success and Error file.
- If you want to verify go to any queue and check user name in the Queue detail page.
Formative Assessment:
I want to hear from you!
What did you learn from this post, is it relevant to you, and how will you modify the concepts taught in the post for your own business processes?
Make a post and tag me on Twitter @automationchamp using #AutomationChampionFlow.
How can I add Account records to a Queue via upload?
Awesome. It helped me a lot!
Excellent!! Worked like a charm!