ACl to make field editable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 10:46 PM - edited 11-28-2023 10:32 PM
i want to make 2 fields as editable when the incident state is in closed state , all the fields are in read only state
so the requirement is if a particular assignment group logged in user is part of that group , then the user should access to edit both the fields
In order for the implementation firstly i given them a table level access
by creating table.none ACL
next i have created field level ACL and blocking the user for all the fields
created one more ACL for that specific field which i want to make editable but the result is
only table level ACL is applying and field level acl are not applying.
SS below
table level ACL:
Field level ACL:
SPECIFIC ACL:
@Ankur Bawiskar can you please check this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 11:01 PM
hi
try to put condition state is closed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 11:25 PM
the state is set to closed , still facing same issue

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 11:59 PM - edited 11-28-2023 12:20 AM
Hello,
I think only one ACL is required. If user has access to table then do not touch any other ACLs, just create one write ACL for that field when state is closed and put condition into it. I think that should work. if worked then do the same for other field as well.
Regards,
Musab