Ken
07/08/2022, 11:28 PMbattk
07/08/2022, 11:29 PMKen
07/08/2022, 11:32 PMKen
07/08/2022, 11:32 PMvar fulfillment = record.transform({
fromType: record.Type.SALES_ORDER,
fromId: requestBody.id,
toType: record.Type.ITEM_FULFILLMENT,
defaultValues: {
inventorylocation: requestBody.location,
},
});
or would it be something else?Ken
07/08/2022, 11:33 PMvar fulfillment = record.transform({
fromType: record.Type.PARTIAL_FULFILLMENT,
fromId: requestBody.id,
toType: record.Type.ITEM_FULFILLMENT,
defaultValues: {
inventorylocation: requestBody.location,
},
});
?battk
07/08/2022, 11:35 PMbattk
07/08/2022, 11:35 PMbattk
07/08/2022, 11:35 PMKen
07/08/2022, 11:37 PMbattk
07/08/2022, 11:43 PMKen
07/08/2022, 11:44 PMbattk
07/08/2022, 11:44 PMKen
07/08/2022, 11:44 PMKen
07/08/2022, 11:46 PM