Josh P
06/26/2020, 1:16 PMtype
I should set in the record.attach()
? In this instance type
will always be 'inventoryitem'
Current code:
util.each(itemArray, function(item){
var itemId = item.id,
itemType = item.type;
record.attach({
record: {
id: itemId,
type: itemType
},
to: {
id: returnCaseRecordId,
type: record.Type.SUPPORT_CASE
}
});
});
As always thanks in advance for any helpNElliott
06/26/2020, 1:24 PMfile
."Josh P
06/26/2020, 1:31 PMbattk
06/26/2020, 1:36 PMbattk
06/26/2020, 1:36 PMRecord is Parent
checkbox marked?Josh P
06/26/2020, 1:37 PMRecord is Parent
battk
06/26/2020, 1:38 PMJosh P
06/26/2020, 1:38 PMbattk
06/26/2020, 1:39 PMRecord is Parent
checkbox being marked on a custom field