How to access Global Scope Table from Scoped Application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2023 10:24 PM
I am trying to create a Flow Designer in a Scope Application where the trigger point is Record Inserted or updated in a table which is in a scoped application. Now in the action through script I am creating a record in the Global application but when my Flow is triggered I am getting an error "Create access to (Global table name) not granted". Please suggest how I can get the access to a Global scope from a scoped application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2023 11:44 PM
why not create the flow in the global scope itself? what's the need to create flow in scope ?
which table it is?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2024 04:55 PM
I think there is something called "Jump Script" that even I am trying to find out more about but that is what let's you jump to scope to global and perform the CRUD operations without setting anything that's mentioned above in this conversation.
If anyone knows more about this jump script, please let us know. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2024 09:00 AM
I am also facing same kind of issue, enabling application access "can create" allows all other scope to access the table, i only want my application scope to access the global table, I tried creating cross scope privilege as well, nothing seems to work, is there any other solution available for this