Paul_s
08/16/2021, 3:55 PMvar itemRecord = r.load({ type: r.Type.itemType, id: itemid, isDynamic: true });
itemType value is "ASSEMBLY_ITEM" and itemid is a valid assembly item id. The error is "missing a required arguement type".
Please put me out of my misery!ehcanadian
08/16/2021, 3:59 PMr.Type
ehcanadian
08/16/2021, 4:00 PMitemType
isn't part of the record.Type enumerationPaul_s
08/16/2021, 4:03 PMehcanadian
08/16/2021, 4:05 PMr.Type.ASSEMBLY_ITEM
if you're not setting that elsewherePaul_s
08/16/2021, 4:11 PMehcanadian
08/16/2021, 4:12 PMitemType
should be assemblyitem
Paul_s
08/16/2021, 4:15 PM