Craig
08/12/2021, 9:20 PMbattk
08/12/2021, 10:09 PMCraig
08/12/2021, 10:09 PMbattk
08/12/2021, 10:10 PMCraig
08/12/2021, 10:10 PMCraig
08/12/2021, 10:11 PMconst onRequest = (scriptContext) => {
let so = record.load({type: record.Type.SALES_ORDER, id: 5231411});
so.setValue({fieldId: 'custbody_sent_to_3pl', value: true});
so.save();
}
Craig
08/12/2021, 10:11 PMbattk
08/12/2021, 10:12 PM