restrict creation of change task

suresh101
Tera Contributor

once change request  state is changed to implement then change tasks are creating in change task related list this is the existing functionality, how to restrict for one assignment group like if assignment group type is XYZ then change task will not create when state is changed to implement. I found two workflows related to Normal change, those are -Change Request - Normal and Change Request - Normal change tasks but where we need to add condition 

Arangi_0-1695615763860.png

 

4 REPLIES 4

Ankur Bawiskar
Tera Patron
Tera Patron

@suresh101 

you can do changes to those workflows or use before insert BR on change_task to restrict the insert

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @Ankur Bawiskar 

I tried with changes in workflows but not working

lmundere
Kilo Sage

Hi Arangi, you can click on change task related list, then configure list control, a menu will open, you can then extend the out of the box condition which is :

 

answer = !parent.active;

 

To also check if logged in user is member of group xyz, on top of that you can optionally add the BR as Ankur suggested. 

Hi @lmundere 

I have opened change task list control but not showing any condition like answer = !parent.active

can you please share the details