I am familiar with how to create DCA to switch off the write access for a list item. This example is costs for a land appraisal.
Here is a module with rows that are editable.
Here is an override module where I can change access from Write:
To read:
Now the Pricing method for the first 3 rows are greyed out:
I can create additional modules to make other cells greyed out. But what I would like to do is create one box to tick that switches everything to read only. I don't think I can ask the end users to tick hundreds of boxes potentially to lock down a land appraisal. What I would like to do is create an override module that overrides the override modules to lock everything down, but only on a case by case.
Has anyone had any experience of this. I have tried a few times but it just tends to break the original override!