Disabling a section when a button(having a local action) is clicked.
Requirement :
I have a section e.g. 'SectionTest' having a button . That button has a local action configured on the action set. On click of that button a small popup opens but the issue is ; 'SectionTest' is still editable . The requirement is to disable the section and also make it read only mode . It Means when the popup is opened , the background section should be read-only and disabled(Greyed out may be) .
So kindly let me know how to achieve this.
Thanks in advance