Eystein Bye
02/16/2021, 12:22 PMbattk
02/16/2021, 1:11 PMbattk
02/16/2021, 1:11 PMbattk
02/16/2021, 1:12 PMEystein Bye
02/16/2021, 2:16 PMEystein Bye
02/16/2021, 2:17 PMinventoryassignment
of Item-fulfillment, I can see the inventorynumber
Eystein Bye
02/16/2021, 2:21 PMbattk
02/16/2021, 3:18 PMEystein Bye
02/16/2021, 5:17 PMconst objRecord = record.load({
type: record.Type.INVENTORY_NUMBER,
id: 'bcy32scy',
});
Eystein Bye
02/16/2021, 5:17 PMbattk
02/16/2021, 9:29 PMbattk
02/16/2021, 9:29 PMEystein Bye
02/16/2021, 9:59 PMsearch.create({
type: 'inventorynumber',
filters: ['inventorynumber', 'is', 'bcy32scy'],
columns: ['inventorynumber']
}).run()
.each(function(result) {
log.debug(result.id);
return true;
});
battk
02/16/2021, 10:30 PMbattk
02/16/2021, 10:32 PMbattk
02/16/2021, 10:32 PMbattk
02/16/2021, 10:32 PMEystein Bye
02/17/2021, 7:15 AMbattk
02/17/2021, 8:19 AMbattk
02/17/2021, 8:22 AMbattk
02/17/2021, 8:26 AM