How to Assign a request sequentially in group members for an assignment group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 07:26 AM
Hi Experts,
I have a requirement to create logic where I have a custom table and assign requests submitted by a record producer to one person using assignment rules.
Suppose I have one assignment group with four members. If the first request is assigned to Person 1, the second request should be assigned to Person 2. The third request should be assigned to Person 3, and the fourth request should be assigned to Person 4. The next request should be assigned to Person 1 again.
Let me know if anyhow we can achieve this!
Thanks in advance,
Amol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 08:22 AM - edited 01-22-2025 08:26 AM
Hello @Amol Pawar
Please Use the Round Robin Approached for this and refer the below videos for the better understanding and let me know if anything else.
https://www.youtube.com/watch?v=wp8uyWkcNPI
in this video it will works for all incidents you need to put condition for your assignment group.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Thank You
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 09:00 PM
Hi @Sanjay191,
Thank you for your reply.
This video was helpful. Only change I want is I want to assign the requests for the members in one Assignment group.
I'm pasting the BR below, please let me know the changes I need to do if I want to assign these requests only to the members of one group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2025 10:46 AM - edited 01-23-2025 10:47 AM
Hello @Amol Pawar
Please use the below code and preform you task according i just use the incident table you can use your custom table and your assignment group sys_id.
I created After Insert BR on Incident table you use the befor BR also
If this helps you please mark my answer as helpful or accepted solution.
Thank You!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2025 10:54 AM
Hello @Amol Pawar
I'm Sure this will work for you
If this helps you please mark my answer as helpful or accepted solution.
Thank You