NElliott
01/28/2020, 2:07 PMbattk
01/28/2020, 2:20 PMbattk
01/28/2020, 2:21 PMbattk
01/28/2020, 2:23 PMNElliott
01/28/2020, 2:46 PMvar tranRec = context.currentRecord;
var theField = tranRec.getField({fieldId:'custbody_cat_sent_to_warehouse'});
theField.isDisabled = false;
I can interrogate the field putting it to the console but the isDisabled does not change and, weirdly, it shows as false before and after I try and set it but the field (a checkbox) is most definitely not editable.NElliott
01/28/2020, 2:46 PMNElliott
01/28/2020, 2:48 PMbattk
01/28/2020, 3:10 PMbattk
01/28/2020, 3:11 PM