- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2021 12:26 PM
Hello,
I have a catalog item and a workflow. In my workflow, I have a catalog task with a script like this
Can I set the Assignment Group at the RITM level from here. My task get an assignment group set using assignment rules. I want the same group to appear here. How can do it using this script?
Thank you
Solved! Go to Solution.
- Labels:
-
Request Management
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2021 05:54 AM
I don't want to assign the group to the task. I want it the other way around. I was able to achieve this in the workflow by modifying the above mentioned script and putting it inside the 'Run Script' in workflow. I query the task table with the sys_id of RITM, get the task object, get it's assignment group and assign it to RITM's assignment group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2021 05:54 AM
I don't want to assign the group to the task. I want it the other way around. I was able to achieve this in the workflow by modifying the above mentioned script and putting it inside the 'Run Script' in workflow. I query the task table with the sys_id of RITM, get the task object, get it's assignment group and assign it to RITM's assignment group.