- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2018 09:32 AM
Hi All,
Currently on our Normal change workflow we send out a peer review approval. This is sent to the primary group of the person who the log is request by.
Out change manager wants to change this step of approval. They would like the group approval to be sent to the assignment group of each change task.
How would we achieve this?
Thanks
Sam
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2018 05:04 AM
Youre getting the same sys_id x number of time due to the way javascript works behind the scenes here...
Try using the following which should get you the unique sys_id for each group.
gr.getValue('assignment_group');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2018 05:04 AM
Youre getting the same sys_id x number of time due to the way javascript works behind the scenes here...
Try using the following which should get you the unique sys_id for each group.
gr.getValue('assignment_group');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2018 05:59 AM
Hi Jason,
Thanks for the above. Just tried this and seems to have done the tick.
Thanks for the help.