Make all fields ready only except for State field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2024 11:28 AM
Hello all!
I have the below requirement:
When a user accesses an Incident in the State of In Progress, if they are not the Created By user, all fields except for "State" shall be read only.
I'm trying to solution this through the use of ACLs.
I added a "State is not In Progress" condition for the OOB write table level ACL for Incident.
I also created 2 write ACLs for Incident:
Incident.*
State is In Progress AND
Created By is javascript:gs.getUserID()
Incident.State
No condition
I figured this would work, but it isn't. Can someone please assist me with this problem? Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2024 08:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2024 09:37 AM