- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 10:59 AM
Good day!
I am not a Service Portal expert so I need help removing the "New" UI action from the Approvals form:
Thank you!
Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 05:51 AM
if the user passes the Create ACL on approval table then New button will be seen
Did you check sysapproval_approver CREATE ACL?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 07:50 PM
The "New" button in the Service Portal follows the same rules regarding ACLs as in the Classic UI or other experiences. As you are logged in as an "admin" you will be offered that button as you have the right to create new records in the approval table. However all the other users will not see it as they don't have the respective roles.
You can validate this via impersonating with different users (and roles).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 04:49 AM
Thanks, Maik!
So where do I go to change the ACL? I went to all UI Actions and looked for NEW for the approval table but nothing is listed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 05:51 AM
if the user passes the Create ACL on approval table then New button will be seen
Did you check sysapproval_approver CREATE ACL?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 06:13 AM
Thanks, Ankur!
The Create ACL has the role of snc_internal.
The new Access Analyzer also helped!