- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2023 11:53 PM
I have created a custom m2m table(relationship between Issue and Issue), m2m table records not visible to itil/normal users(below error shows up) but it is visible to admins. How it can be visible to itil/normal users?
Please help me to resolve this issue asap, Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 12:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 12:36 AM
please create a table level READ ACL and give snc_internal role since if you don't create any ACL OOB ACL will be evaluated and might cause the issue
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2023 11:59 PM
Hi,
Please check the ACLs on the custom m2m table you have created. And add respective roles (itil) to read ACL.
Regards,
Karthik Nagaramu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 12:02 AM
Hi Karthik, I haven't created any ACL for the same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 12:04 AM
Please create a read ACl and provide required roles.
Sample read ACL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 12:13 AM - edited 09-04-2023 12:14 AM
One last question, If I haven't created any ACL on that table, it should be visible to all?