Gregor Pollak
11/22/2020, 6:51 PMKumar
11/23/2020, 11:54 AMKumar
11/23/2020, 12:02 PMvar newRecId = context.newRecord.id
var recordObj = record.transform({
fromType : record.Type.SALES_ORDER,
fromId : newRecId,(passing pending fulfillment id)
toType : record.Type.ITEM_FULFILLMENT,
isDynamic:true
});