screnshaw
02/25/2022, 9:43 PMThat is not a valid record transformation
record.transform({
fromType: record.Type.SALES_ORDER,
fromId: newRec.id,
toType: record.Type.INVOICE,
isDynamic: true,
});
Any ideas as to why this would be erroring? I've tried this in a beforeLoad and beforeSubmitdcrsmith
02/26/2022, 12:14 AMEric B
02/26/2022, 12:29 AMscrenshaw
02/26/2022, 12:37 AMbattk
02/26/2022, 12:53 AMbattk
02/26/2022, 12:54 AMERP Experts
03/14/2022, 12:09 PM