meta data record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
How to check related Meta data record for group?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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.

