Netsuite Tragic
05/17/2021, 10:23 PMvar resultVRA = record.submitFields({
type: record.Type.VENDOR_RETURN_AUTHORIZATION,
id: newVRAid,
values: {
'orderstatus': 'H'
}
Mike Robbins
05/17/2021, 10:31 PMisclosed
to true
. After they're all closed, the overall transaction status will be closed. You won't be able to use submitFields()
to do this, unfortunately.Netsuite Tragic
05/17/2021, 10:34 PM