- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2022 07:21 AM
Hi,
I have the following situation, I need that, when a requisition is created, the assignment group is automatically filled. I have a list of Catalog Item x Group. That is, when the ticket is opened for a specific item, the assignment group field must be filled in with the specific group. How do I configure this?
Tks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2022 08:14 AM
Hello Diego,
You can use Assignment Rules.
Go to System Policy > Rules > Assignment and create an assignment rule running on table sc_req_item with a condition:
Item IS <name of catalog item>
Then select the group to assign the RITM.
Example here:
Hope this solves your issue!
Please, don't forget to mark my answer as correct if it solves your issue or mark it as helpful if it is relevant for you!
Best Regards,
Filipe Cruz

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2022 08:14 AM
Hello Diego,
You can use Assignment Rules.
Go to System Policy > Rules > Assignment and create an assignment rule running on table sc_req_item with a condition:
Item IS <name of catalog item>
Then select the group to assign the RITM.
Example here:
Hope this solves your issue!
Please, don't forget to mark my answer as correct if it solves your issue or mark it as helpful if it is relevant for you!
Best Regards,
Filipe Cruz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2022 08:14 AM
I believe you can type Assignment in left menu and make conditions for which different tasks would be assigned to specific groups