All;
Is there an easy way of making all fields protected or a whole record read only based on a field value instead of protecting each field through extensible framework?
For example, when a use select a checkbox, make all the fields protected or a whole record read only, so users cannot make any changes.
I want to achieve this through the Extensible Framework only.
Thanks,