Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

How to check an assignment group is added in workflows?

NARENDRA KAMMIL
Tera Contributor

We have a requirement where a existing group needs to be replaced by a new group, and we are not sure where exactly the group is used ( flows ,workflow BR etc ) is there a easy way to see where exactly that is group sys_id or name is coded?

1 REPLY 1

Brad Bowman
Mega Patron

Perhaps not super easy, but this article explains how to find the workflows and activities where the sys_id is used:

https://www.servicenow.com/community/developer-articles/finding-references-sys-ids-in-workflows/ta-p... 

 

You can also use Fetch Code to search all scripts, etc. (but not workflows).  You can find this in the Share portion of the Developer's site:

https://developer.servicenow.com/connect.do#!/share/contents/1176688_fetchcode_an_instance_code_sear...