Cross scope privilege Error Message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2026 02:23 AM
In ServiceNow, when I'm saving a Task by clicking Save and Closed:
I'm getting the below error message:
Execute operation on script include 'GlideEntitlementAPI' from scope 'Markets Request' was denied. The application 'Markets Request' must declare a cross scope access privilege. Please contact the application author to update their privilege requests.
The affected Script Include is in the Licensing Engine Scope:
I've tried to create the below Cross Scope Privilege record, but I'm still facing the issue:
I was wondering if anyone has come across this before or if someone could advise what I need to do, that would be great
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2026 02:40 AM
is it coming when record is saved?
if yes then check any before or after update business rule on your table
that might be calling some function of that script include.
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2026 03:10 AM - edited 01-19-2026 03:11 AM
@Ankur Bawiskar There are no Business Rules for the Markets table that reference 'GlideEntitlementAPI'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2026 03:17 AM
but it's coming when form is saved right?
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2026 04:06 AM
That's right, but I think it's intermittent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2026 04:53 AM
unless you identify that you can't debug further
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader

