
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2018 03:16 PM
Hi guys,
I'm struggling with the requirement of allowing ITIL users (role = ITIL) to be able to edit the "category" field on closed incidents. Any help would be much appreciated.
So far, I have done the following without success:
1.- Modify the OOB "Make fields read-only on close" setting the "Read only" field to "False" in the category record.
2.- Create a custom ACL as follows:
Type: Record
Operation: Write
Name: incident.category
Requires roles: itil
Condition: state is closed OR incident.state is closed
3.- Debugging the ACL, but I see that it is not even evaluated:
The instance is on London patch 3.
Am I missing something?
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2018 06:10 PM
Hi,
Along with the Write ACL you created above for category field allowing only ITIL users to edit it in Closed State, make sure the ITIL users are also having access at the Table level also in Closed State. If they are not having the access at the Table Level, the field won't be editable.
So what you can do is give a filter condition in the Table level ACL as State is not Closed and that should work for you.
Hope this help. Please mark the answer as helpful/correct based on impact.
Regards,
Shloke
Regards,
Shloke

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2018 03:36 PM
Hi,
So the ACL allowing write for category by ITIL when state is closed or cancelled is all you need. No UI policy.
So you'd have another ACL for write on category when state is NOT closed or cancelled, that others can write to. Then the one above, that I mentioned would take care of the other situation and allow just ITIL to write after that.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2018 06:10 PM
Hi,
Along with the Write ACL you created above for category field allowing only ITIL users to edit it in Closed State, make sure the ITIL users are also having access at the Table level also in Closed State. If they are not having the access at the Table Level, the field won't be editable.
So what you can do is give a filter condition in the Table level ACL as State is not Closed and that should work for you.
Hope this help. Please mark the answer as helpful/correct based on impact.
Regards,
Shloke
Regards,
Shloke

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2019 06:27 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2019 06:54 PM
Glad you got it resolved. Please mark any other reply as Helpful, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!