Approval for Change sent to assignment group of change task

Sam Ogden
Tera Guru

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

1 ACCEPTED SOLUTION

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');


View solution in original post

6 REPLIES 6

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');


Hi Jason,



Thanks for the above.   Just tried this and seems to have done the tick.



Thanks for the help.