
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2019 08:54 PM
In Problem Management, on the Incidents related list there is an 'Add' button to allow us to add related incidents. I believe it is this UI action: https://INSTANCENAME.service-now.com/nav_to.do?uri=sys_ui_action.do?sys_id=69deb210874313007e31af1e36cb0be9
This button does not seem to work for users with the itil role. They can click the button, select an incident and click to add it, but it doesn't actually add it. However, as an Admin it does work as expected. I am assuming this is an Acl issue, but seeing as how I am not very seasoned in SN development, I'm not sure what ACL it is.
Can anyone help guide me in the right direction?
Thank you,
Donald
Solved! Go to Solution.
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2019 07:04 AM
The ACL (Access Control List) in question, is the write access on the field used to create the relation, in this case the field problem_id on the incident table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2019 08:39 AM
Hi Donald,
That is what I mentioned that problem_id field may not be allowed to write through some ACL.
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
09-11-2023 10:11 AM
Please enable the OOB Incident ACL.
ACL name is Incident and operation is write
Some mistakly turn off.