I am adding script in ARS191 to disable the checkboxes, so users can't enter value in there. However, when I click next, the control goes to MNS212, because checkboxes are disabled, the field does not get passed in the payload.
I tried disabling the fields in onRequested, but by the time payload is already delivered. My sequence is below.
1. ARS191
2. Press first enter, that will disable the checkboxes, but you still see ARS191.
3. Then press 2nd enter, and if all the values are correct, then it goes to MNS212 panel.
4. After 2nd enter, and before going to MNS212, I need to disable the checkboxes.
If I disable it in onRequesting, then after first enter, users can still click on it and change values. If I disable it in on Requested, then the payload is already delivered without those checkbox fields, so even if I enable them later, it doesn't matter.
Any ideas on how to re-send the payload, after disabling the checkboxes Or how to identify that there are no issues in ARS191 panel & the control is all set to go to MNS212?