Craig
12/11/2023, 9:14 PMCraig
12/11/2023, 9:38 PMlet dateObject = new Date(shippingDate);
let netsuiteFormattedDate = format.format({
value: dateObject,
type: format.Type.DATE
});
fulfillmentRecord.setValue({
fieldId: 'trandate',
value: new Date(netsuiteFormattedDate)
});
Craig
12/11/2023, 9:39 PMWatz
12/12/2023, 8:05 PMCraig
12/12/2023, 8:08 PM