Allow fields to be editable after the incident is closed using ACL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2015 09:15 AM
I was tasked to allow work notes field to be editable after an incident is closed. I read a few postings here and believe the following logic would work:
- Allow - incident.[none]
- Deny - incident.*
- Allow - incident.work_notes
However, it doesn't work for me because of the existing ACLs, particularly the two incident.[none] write ACLs. I tested this theory in another custom app that I made and it works fine, just doesn't work for incident.
Any idea what needs to be done to have work notes editable after the incident is closed and not affecting the existing ACLs?
Thanks,
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2015 10:02 AM
Is your custom app table extending the task table, if not, testing on custom app table would not replicate the scenario, if yes, you are missing something(Security rules) on the Incident table.
Also, set the condition section on the 3rd ACL you write that State is closed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2015 11:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2015 06:55 PM
I have noticed that you have unchecked admin override, can you check if you have added a role in the related list.
Do not modify existing acls. Create a copy of it and test.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2015 09:10 PM
As Lokeswar pointed out, you can either impersonate a user with ITIL role or click on Admin overrides and see if the accesses works properly.