nathanw
11/03/2021, 7:24 PMRecord.Type from a Search that is acceptable for Record.Load({ type: ? }) ?
For Instance, the Search includes Assembly and Inventory Items. Search Returns [ASSEMBLY, INVTPART]
Neither of these values are valid for Record.Load which is expecting record.Type.ASSEMBLY_ITEM or record.Type.INVENTORY_ITEM
Should I just do a manual mapping?battk
11/03/2021, 7:25 PMnathanw
11/03/2021, 7:27 PM