
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023 03:05 AM
From change_request record there is a related list to add request items when clicked on edit button getting this error.
which table acls i need to check in order to get this? sc_req_item or change_request table acls?
Regards,
Debasis
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2023 12:25 AM
check if user has create access on RITM table
Also check which field on RITM is used to hold the CHG.
I believe it must be parent field
Ensure user has write access to parent field on RITM table
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-08-2023 12:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2023 12:25 AM
check if user has create access on RITM table
Also check which field on RITM is used to hold the CHG.
I believe it must be parent field
Ensure user has write access to parent field on RITM table
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 01:32 PM
Hi Ankur...
We are seeing the same error message in our environment so I appreciate the response. Create on the RITM table is currently restricted to users with the catalog_admin role, which I assume is why we are seeing this error. Are there any adverse consequences if we allow Create on the RITM table for ITIL users?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2023 05:44 AM
We didn't need Create access on RITM table before Utah. This will also give the New button as well. Do you know the reason for this? Why does user need create access just to add existing RITM ticket to a change ticket?