a month ago
Can we dynamically set fields to readonly based on the value selected in a prior field, which is a pick list?
Request clarification before answering.
You can use an Entity Edit to prevent changes once the record has been created.
The entity edit expression would look something like:
if(old_BrokerType == BrokerType && //Value that you want base the read only attribute on
old_BrokerRef1 != BrokerRef1). //Value you want to make ready only
return true
else return false
Hope this helps!
Phillip Butts
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
12 | |
7 | |
4 | |
3 | |
2 | |
2 | |
2 | |
2 | |
2 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.