Write against scope application erroring out from global
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday - last edited yesterday
I have a custom scoped app and I am trying to write to it from a UI action in global scope. Its erroring out. I dont see any cross scope privileges created automatically. Any suggestions to fix it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Can you share the ui action and the table access privileges
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Allow Configuration must be checked so that Allow UI Action will be enabled on the respective table for cross scope privileges.
App Access Configuration onChange client script enables the respective configurations when we allow them from application access.
Thanks
ServiceNow Technical SME
If my answer helped, please mark it helpful
Let’s grow together in the ServiceNow Community!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12 hours ago
Hi @samadam
Navigate to Cross scope privileges [sys_scope_privilege] // you can check by sys_scope_privilege.list
https://<your instance name>/sys_scope_privilege_list.do
In source scope , type your scoped application name ,
There check Target scope and Target name and Status ( status should be allowed for your Write/Update operation)
Sample Screen shot: Here From Global scope - UI action , using glide record, if scoped record is updated of the scoped application table , that is allowed.
