Scripted report not working for non-admin Users - scoped applications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2024 02:50 AM - edited 07-20-2024 10:25 PM
Hi Team,
I have used the script in the filters for reports created in the UI Builder. The filters are working for admin but for non admin its not working. In native ui when i tested the script it gives no records,..wch means the non admin is not getting access to the script include.
I have referred below and created ACL so that non user can have access to the script include. I have added roles/groups/answer=true. tried all 3 ways, but still the user is not getting access to the script include.
Can anyone suggest what needs to be done to fix this. Below are snaps for reference.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0749222
Regards,
Snehal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2024 03:00 AM
Hi @Snehal Madakatt ,
Please check the following:
1) the role required for the script include, is it available for the non admin users as well.
2) read role required to query the table, which you are using to fetch the sys_ids.
Thanks.
Hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2024 03:54 AM
1) the role required for the script include, is it available for the non admin users as well.==>yes,
2) read role required to query the table, which you are using to fetch the sys_ids.==>yes, see below