Ken
11/08/2021, 6:02 PMbattk
11/08/2021, 7:04 PMbattk
11/08/2021, 7:05 PMKen
11/08/2021, 7:05 PMKen
11/08/2021, 7:06 PMKen
11/08/2021, 7:06 PMbattk
11/08/2021, 7:07 PMKen
11/08/2021, 7:08 PMKen
11/08/2021, 7:08 PMKen
11/08/2021, 7:53 PMKen
11/08/2021, 7:54 PMbattk
11/08/2021, 8:00 PMKen
11/08/2021, 8:01 PMbattk
11/08/2021, 8:02 PMKen
11/08/2021, 8:03 PMbattk
11/08/2021, 8:03 PMKen
11/08/2021, 8:03 PMKen
11/08/2021, 8:03 PMKen
11/08/2021, 8:03 PMKen
11/08/2021, 8:03 PMbattk
11/08/2021, 8:03 PMKen
11/09/2021, 10:27 PMbattk
11/09/2021, 10:41 PMKen
11/09/2021, 10:42 PMvar itemCount = salesOrder.getLineCount({
sublistId: 'item'
});
var currentLocation = salesOrder.getValue({
fieldId: 'location'
});
for (i = 0; i < itemCount; i++) {
salesOrder.selectLine({
sublistId: 'item',
line: i
});
salesOrder.setCurrentSublistValue({
sublistId: 'item',
fieldId: 'location',
value: currentLocation,
});
salesOrder.commitLine({
sublistId: 'item',
})
}
record.setSublistValue({
sublistId: 'item',
fieldId: 'location',
value: location,
line: line
});
I looked into this slack and someone wants to change the location of all item to “filler”Ken
11/09/2021, 10:42 PMKen
11/09/2021, 10:42 PMKen
11/09/2021, 10:42 PMbattk
11/09/2021, 10:45 PMbattk
11/09/2021, 10:45 PMbattk
11/09/2021, 10:45 PMKen
11/09/2021, 10:47 PMKen
11/09/2021, 11:31 PMKen
11/09/2021, 11:33 PMKen
11/09/2021, 11:33 PMKen
11/09/2021, 11:38 PMvar salesOrderData = record.load({
type: record.Type.SALES_ORDER,
id: salesOrderID
})
log.debug('BEFORE Sale order Data', salesOrderData)
salesOrderData.setSublistValue({
sublistId: 'item',
fieldId: 'item',
line: 0,
value: {
"test":"test"
}
});
battk
11/09/2021, 11:49 PMKen
11/09/2021, 11:51 PMKen
11/09/2021, 11:51 PMKen
11/09/2021, 11:51 PMKen
11/09/2021, 11:52 PMbattk
11/09/2021, 11:54 PMbattk
11/09/2021, 11:55 PMbattk
11/09/2021, 11:55 PMKen
11/10/2021, 12:19 AMKen
11/10/2021, 12:20 AMKen
11/10/2021, 12:21 AMbattk
11/10/2021, 12:23 AMbattk
11/10/2021, 12:23 AMKen
11/10/2021, 12:24 AMKen
11/10/2021, 12:25 AMbattk
11/10/2021, 12:34 AMbattk
11/10/2021, 12:35 AMbattk
11/10/2021, 12:35 AMKen
11/10/2021, 1:33 AMbattk
11/10/2021, 2:01 AMKen
11/10/2021, 6:01 PMKen
11/10/2021, 6:02 PMKen
11/10/2021, 6:09 PM