Create a Lock button in dashboard
i want a lock button in my dashboard which when clicked should disable my rows based on the line item finalize which is set to true
in short if the finalize is set to true for 2 rows then the lock button should make them non editable and read only
thank you for the assistance
Best Answer
-
Hi Abhishek,
This can be done using an action where you can import the "Finalize?" boolean values to let's say another line item "Imported Finalize?" as shown below,Now,
There will be an "Final Finalize?" line item which you will be using in DCA and it will firstly be checking if there are no true values for imported finalize in that case the whole grid will be editable and if any true value is present there then it will lock that specific one only, so for that you may use the formula,Note that here you can skip using select as you just need to call that summarized value for Imported Finalize? line item into some non-dimension module. Then the after that import from Finalize? to Imported Finalize? it will look like
0
Answers
-
Hi Prajwal,
thank you so much for the solution
0 -
Sure @Abhishek586
For that you'll have to make a saved view which will only contain the source input line item which is Finalize? in our case and rest must be hidden, So the saved view may look likeYou may also hide 1234 list summary level to minimize any kind of error. After then you can simply import the saved view in the same module by just changing the mapping manually as shown in below screenshot.
0 -
thank you again Prajwal
1 -
@Prajjwal88 Good example, thanks
1