Data in a dashboard's report are not visible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2020 04:16 AM
Hello all,
I have a dashboard that contains a report widget. This report is related to incident table.
The user has access to the dashboard, but can not see the actual data of the report.
Does the user need to have access to the incident table? If so, do I need to create an ACL read rule for incident table with the user's role?
What I am doing wrong?Any ideas?
Thank you in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2020 02:15 AM
Do external users have specific role such as snc_external?
If yes then when they check the dashboard and your report is based on some custom table.
If the external users don't have Table level READ ACL on that table the users won't see
Also remember any query BR on that custom table will also restrict the records
Regards
Ankur
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-25-2020 03:24 AM
I guess the issue occurs because external users do not have access on the platform.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2020 04:16 AM
If there is no user profile for those users in ServiceNow they cannot login.
Example: if user Abel has no entry into sys_user table; so Abel cannot login to instance and hence cannot check the reports/dashboards
Primary entry point to ServiceNow instance is they should have access to the instance by logging successfully.
Regards
Ankur
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-25-2020 04:40 AM
Hey Ankur,
the external users have been inserted on sys_table, but they have a snc_external role.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2020 05:24 AM
if they have snc_external role but they don't have read Access to the table they won't see the data in reports
Can you try giving snc_external role to that table level ACL of the table being used in report
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader