ckipfler
09/23/2021, 8:16 PMif(itemType == "Kit/Package") {
var lineItem = newRec.setSublistValue({
sublistId: 'item',
fieldId: 'location',
line: i,
value: itemLoc
});
log.debug({
title: 'Item Test',
details: "line: "+i+" || type: "+itemType+" || location is: "+itemLoc
});
}
Any ideas why my setSublistValue
is not working? The log works so, it's definitely not the itemType condition.battk
09/23/2021, 8:20 PMckipfler
09/23/2021, 8:22 PMbattk
09/23/2021, 8:25 PMbattk
09/23/2021, 8:25 PMericbirdsall
09/23/2021, 8:25 PMckipfler
09/23/2021, 8:28 PM