Hi,
I'm trying to deselect three checkboxes in a dialog window in PMS230 (reached via F18 - Reschedule).
On the screen it looks like it is working with jquery but when running reschedule and pressing "ok" the empty values are not concidered by M3, M3 still concidered the checkboxes to be ticked (as in standard)
$('#FIELD12').prop("checked", false);
$('#FIELD13').prop("checked", false);
$('#FIELD14').prop("checked", false);

I have also tried with also by using ScriptUtil.GetFieldValue() for the fields stated in the source code (i.e. WGRPLL for checkbox 1) but this is not working.
Does someone know how to reached the checkboxes in a standard dialogwindow from M3, and set the values så that M3 concidered the set value of 0.
This script is for M3 Cloud (new UI)