Slackbot
11/28/2022, 12:10 AMmichoel
11/28/2022, 12:15 AMorderline
field you can use to match the fulfillment line back to salesorder lineCraig
11/28/2022, 10:02 PMCraig
11/28/2022, 10:02 PMCraig
11/28/2022, 10:02 PMCraig
11/28/2022, 10:04 PMCraig
11/28/2022, 10:05 PMCraig
11/28/2022, 10:06 PMmichoel
11/28/2022, 10:10 PMorderline
would be on the fulfilment record. You can't create a standalone fulfilment, nor can you you manually set createdfromCraig
11/28/2022, 10:11 PMCraig
11/28/2022, 10:11 PMmichoel
11/28/2022, 10:12 PMCraig
11/28/2022, 10:12 PMCraig
11/28/2022, 10:12 PMmichoel
11/28/2022, 10:13 PMmichoel
11/28/2022, 10:13 PMCraig
11/28/2022, 10:15 PMCraig
11/28/2022, 10:15 PMCraig
11/28/2022, 10:15 PMmichoel
11/28/2022, 10:16 PMCraig
11/28/2022, 10:16 PMCraig
11/28/2022, 10:16 PMCraig
11/28/2022, 10:16 PMCraig
11/28/2022, 10:16 PMlet lineuniquekey = so.getSublistValue({sublistId: 'item', fieldId: 'lineuniquekey', line: i});
var lineNumber = invoice.findSublistLineWithValue({
sublistId: 'item',
fieldId: 'lineuniquekey',
value: lineuniquekey
});
invoice.removeLine({sublistId: 'item', line: lineNumber});
Craig
11/28/2022, 10:16 PMCraig
11/28/2022, 10:17 PMmichoel
11/28/2022, 10:17 PMCraig
11/28/2022, 10:17 PMCraig
11/28/2022, 10:18 PMCraig
11/28/2022, 10:18 PMCraig
11/28/2022, 10:19 PMCraig
11/28/2022, 10:20 PMmichoel
11/28/2022, 10:23 PMCraig
11/28/2022, 10:23 PMCraig
11/28/2022, 10:23 PMCraig
11/28/2022, 10:24 PMCraig
11/28/2022, 10:24 PMCraig
11/28/2022, 10:28 PMCraig
11/28/2022, 10:53 PMmichoel
11/28/2022, 10:53 PMCraig
11/28/2022, 10:53 PMmichoel
11/28/2022, 10:54 PMmichoel
11/28/2022, 10:54 PMCraig
11/28/2022, 10:56 PMDavid B
11/28/2022, 11:25 PMorderline
.
for SO-IF-Invoice matching, you get SO line
=== IF and Invoice orderline
for TO-IF-IR matching, you get SO line
=== IF orderline - 1
=== IR orderline - 2
i.e. a matching line across TO/IF/IR will be line
1, orderline
2, orderline
3Craig
11/30/2022, 12:19 AMCraig
11/30/2022, 12:19 AMCraig
11/30/2022, 12:33 AM