Craig
03/07/2024, 11:56 PMsubmitFields(record.Type.VENDOR_BILL, recordId, rejReason);
}
}
function submitFields(recordType, recordId, valueToSubmit) {
try {
return record.submitFields({
type: recordType,
id: recordId,
values: {
'custbody_reject_reason': valueToSubmit
},
options: {
enableSourcing: false,
ignoreMandatoryFields : true
}
});
invalid transaction typeAnthony OConnor
03/08/2024, 12:01 AMCraig
03/08/2024, 12:01 AMCraig
03/08/2024, 12:01 AMCraig
03/08/2024, 12:02 AMAnthony OConnor
03/08/2024, 12:04 AMAnthony OConnor
03/08/2024, 12:04 AMCraig
03/08/2024, 12:04 AMAnthony OConnor
03/08/2024, 12:05 AMEdgar Valdes
03/08/2024, 12:07 AMrecordType
param inside the function and see what is being received.Craig
03/08/2024, 12:16 AMamoreng
03/08/2024, 4:31 PMCraig
03/08/2024, 4:32 PM