System table where "Sharing settings" of a Report exist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 07:29 AM
"Sharing Reports" ServiceNow Doc details the "Share button on Configure tab, or click the Share button in the report header"
Sharing Reports | ServiceNow Developers
- does anyone know what system table actually holds the records where "Sharing settings" variables are defined e.g. "Groups and Users"
[Please find attached snip of this UI modal window]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 07:45 AM - edited 12-28-2023 07:46 AM
Hi,
Please check below link:
The answer is "sys_report_users_groups" table.
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2023 04:25 AM
Hi Anil,
Thanks for your feedback ;
While the 'sys_report_users_groups' table contains the records of each user // group that the report is shared with, my issue is interacting with the radio buttons shown in the snip.
Are you aware of how e.g. 'Groups and Users' radio button can be toggled TRUE via fix script?
Thanks,
Pat
