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

meta data record

SindhiaR
Tera Contributor

How to check  related Meta data record for group?

4 REPLIES 4

SohamTipnis
Kilo Sage

Hi @SindhiaR,

 

A group (stored in the sys_user_group table) can have related metadata records such as roles, group members, approvals, ACLs, notifications, and more. To check these, you can use a few practical approaches depending on what exactly you mean by ā€œrelated metadata.ā€

 

If you find my answer useful, please mark it as Helpful and Correct ā€ŒšŸ˜Š


Regards,
Soham Tipnis
ServiceNow Developer ||  Technical Consultant
LinkedIn: www.linkedin.com/in/sohamtipnis10

Aditya_hublikar
Mega Sage

Hello @SindhiaR ,

 

sys_user_group table: Contains user group records, descriptions, and managers.

you can check Group related data in sys_user_grmember, sys_group_has_role  table .

sn_cmdb_ws_group_metadata: Contains metadata related to CMDB workspace groups and CI count aggregates.

 

 

If this helps you then mark it as helpful and accept as solution.

Regards,

Aditya

Hello @SindhiaR ,

 

I hope you are doing well . Does my response helps you ?

 

 

If my response helps you then mark it as helpful and accept as solution.

Regards,

Aditya

yashkamde
Kilo Sage

Hello @SindhiaR ,

 

Table - "sys_metadata" Application Files :
Contains most application files, scripts, and configurations.

If my response helped mark as helpful and accept the solution.