How to create a module with a Boolean option that switches off "write access" on all Boolean boxes?
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!
Answers
-
If i understand correctly you want to make all list members read only, if user ticks one single boolean without list member it should make all list members read
2 options to solve:
Option 1
- Create user input line item ⇒ Master Read without any dimension
- Create another line item ⇒ Master Write (Formula → Not Master Read) with Product as dimension
- Provide submit action to import Master Write line item to your Pricing Method Write line item
Option 2
Step 1,2 going to be same, for step 3 you can use Anaplan "Data Write" functionality as well
V.Sai Bharadwaj
1 -
Thanks so much, that's food for thought. I will give it a go!
0 -