IRM tables and roles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2025 04:38 AM
Where can I find the list of IRM tables and their extensions? And IRM role tables?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2025 04:51 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2025 07:12 PM
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":
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 :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2025 08:41 PM
Hi @PettersonS ,