How to package custom ACLs and role into one scoped app for OOB install?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
You can use 'read' cross scope privileges for this, allowing read access to OOB (global) tables. You can't add global objects to your app. You could try creating a global_table.* ACL in your scoped app, but if you ever want to certify the app to run from the store, it won't be certified. But the privilege should be sufficient for reading.
We had an app that needed ACLs to read the CMDB and, in the end, the only thing we were allowed to do, was to add the list of ACLs needed to the guided setup, because the clients needed to do that themselves.
From ServiceNow's point of view: if you have a scoped app that needs ACLs on global tables, you would have to do that after installation.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark