Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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
Kilo Patron
Kilo 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...