reuben
03/01/2022, 11:05 PMconst receiptRec = record.transform({
fromType: record.Type.SALES_ORDER,
toType: record.Type.INVOICE,
fromId: searchResult.id
});
receiptRec.save();
can i do a save and email , as in the ui when a invoice is saved you can save and email?Kevin
03/02/2022, 12:31 AM