Multiple fields on one ACL?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2016 02:06 PM
I need to make several fields read only once a certain state has been reached. Is there a way to make more than one field read only on one ACL? Or do I need to create an ACL for each field that needs to be read only?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2016 02:08 PM
Yes you do need to create individual ACLs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2016 02:10 PM
If you don't want to use ACL, you can always create a UI Policy that would allow you to make any field Read Only on when a certain condition is reached.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2016 02:18 PM
My condition could be when the state is reached and then execute a script, do you know what the code would be to make a field read-only?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2016 02:21 PM
If that is the case you can just create a ui policy and in the conditions put state is < your state> and add all the fields in the Ui policy actions and set read only to true.