BullgillRunner
12/20/2023, 10:43 AMlog.debug('OrigCreator', OrigCreator);
objWhInvoice.setValue({
fieldId: 'custbody_creator',
value: OrigCreator
});
log.debug('COUNT', '6'); // FAILING AT THIS POINT
var intWhInvoiceId = objWhInvoice.save({
ignoreMandatoryFields: true,
enableSourcing: true
});
... so why does the error say "-4".... -4 certain is invalid and doesn't exist, but it doesn't appear to let me change it.alien4u
12/20/2023, 2:16 PMalien4u
12/20/2023, 2:18 PMBullgillRunner
12/20/2023, 2:29 PM