- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2020 02:47 PM
I have created an ACL to allow Itil users to be able to manually create new service catalog task records on a RITM but the error "Action not authorized" persists. Any help or hints is appreciated.
Solved! Go to Solution.
- Labels:
-
Instance Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2020 07:26 AM
I used an ACL without conditions to filter out the roles and a script include to add the conditions which were the "New" button to insert catalog tasks should only appear on specific requested items only. Calling this script include on the "New" button configuration solves the issue.
Thanks for your input.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2020 07:50 AM
Hi Brian,
they have the create Access possibly from the Create ACL.
but do they have write Access also via ACL?
Did you check the record actually got created in backend although user is shown that message?
if yes then check any query BR is restricting the record visibility.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2020 07:54 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2020 08:07 AM
So what I did for mine was disable the OOB ACL by un-checking active and then creating a new ACL for created that just had the ITIL role.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2020 07:26 AM
I used an ACL without conditions to filter out the roles and a script include to add the conditions which were the "New" button to insert catalog tasks should only appear on specific requested items only. Calling this script include on the "New" button configuration solves the issue.
Thanks for your input.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 04:30 AM
Hi Brain Kimani,
Could you please share code here, along with New Button configuration.