How to restrict attached documents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-06-2023 05:38 AM
We have created new catalog item, for that one we are triggering approvals, in that approver record we have some attachments, how to restrict those attachments to assessable or visible to only for approver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-06-2023 06:08 AM
you can handle this using 2 ways
1) sys_attachment READ ACL and in condition use table = sysapproval_approver, give the condition and role to whom you want to show
OR
2) use onLoad client script on sysapproval_approver and use either display BR or GlideAjax and based on that show/hide the attachment header bar
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-06-2023 08:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-06-2023 07:20 PM
it should be an easy one.
Unless you start you won't be able to learn
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader