Sim Greenbaum
02/01/2023, 3:54 PMrecord.submitFields({
type: record.Type.TRANSFER_ORDER,
id: data.id,
values: {
// postingperiod: "157",
status: "Closed",
},
options: {
enableSourcing: false,
ignoreMandatoryFields: true,
},
});
al3xicon
02/01/2023, 3:59 PMclosed
box for eachSim Greenbaum
02/01/2023, 4:03 PMMike Robbins
02/01/2023, 4:13 PMisclosed
to true
for each line item on the transaction. When they're all closed, the transaction itself should change status to closed.tuli
02/01/2023, 4:38 PM