Write against scope application erroring out from global
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
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
3 weeks ago
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
3 weeks ago
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
Deepthi R. ServiceNow Technical SME
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks 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.
