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.

IRM tables and roles

PettersonS
Tera Contributor

Where can I find the list of IRM tables and their extensions? And IRM role tables?

3 REPLIES 3

J Siva
Kilo Patron
Kilo Patron

Hi @PettersonS 
You can check out the below product doc to get GRC related tables and roles details.
Link: https://www.servicenow.com/docs/bundle/vancouver-governance-risk-compliance/page/product/grc-common/...

 

Hope this helps.
Regards,
Siva

Community Alums
Not applicable

Hi @PettersonS ,

To get the tables and extentions , you can type sys_db_object.list and once the page loads , you can group by "Application", then you can look for your required tables , mostly the tables will start with "GRC":

 

SandeepDutta_0-1742004497250.png

 

For Roles, you can type sys_user_role on the navigator  and Again you do Group by on application, look for your application , you can find the roles :

Example :

SandeepDutta_1-1742004727806.png

 

 

Community Alums
Not applicable

Hi @PettersonS ,