- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2024 10:37 AM
i have a request to have a Catalog Task (from workflow) to have two Assigned To users. Like Additional Assignee
Solved! Go to Solution.
- Labels:
-
Service Desk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2024 11:02 AM
You can add this in the activity script
task.additional_assignee_list = 'sys_id';
to hard-code a user, or current.variables. variable_name to assign a user from a sys_user reference variable. I haven't used this field, but since it is out of box the notifications, etc might work the same as with assigned_to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2024 11:02 AM
You can add this in the activity script
task.additional_assignee_list = 'sys_id';
to hard-code a user, or current.variables. variable_name to assign a user from a sys_user reference variable. I haven't used this field, but since it is out of box the notifications, etc might work the same as with assigned_to.