- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2020 12:41 AM
Hi,
I was working in scoped application and i checked some script includes and scripted rest apis (neither inserted updated deleted nor executed anything) but when i checked my update set there was a entry named Cross Scope Privilege with operation as Execute API in it.
Can you please tell me how was it created? and can i delete it from my update set? will it affect anything existing in the system?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2020 12:45 AM
Hi there,
Cross scope privilege records are mostly automatically generated. You do need them. Maybe you also have seen sometimes an info message, concerning a Cross Scope Privilege was created.
Also read about this on below Docs page:
https://docs.servicenow.com/bundle/paris-application-development/page/build/applications/concept/c_ApplicationAccessSettings.html
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2020 12:45 AM
Hi there,
Cross scope privilege records are mostly automatically generated. You do need them. Maybe you also have seen sometimes an info message, concerning a Cross Scope Privilege was created.
Also read about this on below Docs page:
https://docs.servicenow.com/bundle/paris-application-development/page/build/applications/concept/c_ApplicationAccessSettings.html
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2020 12:52 AM
Hi Mark,
Deleting it from update set will cause any problem in the system?
Regards,
Sarabjeet Kaur

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2020 12:56 AM
Hi Sarabjeet,
As rightly suggested by Mark, Cross scope privilege records are mostly automatically generated & link shared above details the same.
It should not be an issue if you delete it but rather than deleting you can simply get it removed from the update set where it is captured.
You can look for sys_update_xml table & get the update set name changed for the updates that you do not wish to have captured in update set.