We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

What Tables are associated with the GRC module in SN. I'm looking for a database schema (or something like it) to help me understand how the data is related.

Clay Lines
Tera Contributor

n/a

3 REPLIES 3

sameerpandey
Giga Contributor

Hello Clay,

In GRC, you can find the list of tables by going to sys_metadata. Put filter on Application (scope) as *GRC and Class as Table. This should give you a list of tables. 

Lot of the tables in GRC are m2m tables. You would not put data directly in these tables. 

https://[instance name].service-now.com/sys_metadata_list.do?sysparm_query=sys_scope.nameLIKEGRC%5Esys_class_name%3Dsys_db_object&sysparm_view=

 

Does this help you?

 

Regards,
Sameer Pandey

Ashutosh Munot1
Kilo Patron

Hi,

https://docs.servicenow.com/bundle/istanbul-governance-risk-compliance/page/product/it-governance-ri...


This links gives you all tables installed in GRC and then you can go and check them.


Thanks,
Ashutosh