What Role Is Required To Make A Client Side Ajax Call?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2025 02:25 PM
I created a client-side script in a service offering that makes an Ajax call to a script include. Is there a particular role the user must have for ServiceNow to allow the client-side and server-side scripts to communicate with each other? The server-side script runs under the admin role. (I will downgrade the server-side role to something less powerful once the scripts are talking).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2025 02:32 PM
Hi @James Rogers ,
As the script include has client calable checked, system must have prompt to selecte role. Check if system has some comman role like "snc_internal" then you can select it, this will create an ACL.
Refer this post:
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution