record.submitFields({'type': record.Type.CUSTOMER,...
# suitescript
s
record.submitFields({'type': record.Type.CUSTOMER, 'id': SO.getValue('entity'), 'values': {'isinactive',false}, 'options': {'ignoreMandatoryFields':true} });