We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Multiple fields on one ACL?

kistler1
Giga Contributor

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?

7 REPLIES 7

Abhinay Erra
Giga Sage

Yes you do need to create individual ACLs


Shiraz2
Mega Guru

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.


kistler1
Giga Contributor

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?


Abhinay Erra
Giga Sage

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.