Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Bin Put-Away Worksheet 2.0 Adding multiple bins and quantity
Hi,
Has anyone had to create a script and add multiple bins with their quantity to a bin put away worksheet? I can't find any resources on how to add the multiple bins with their quantity. I'm currently doing it as a sub record but it's throwing errors. Please see the code below. The part I can't get working is adding the bin and it's quantity.
for (var b = 0; b < itemBins.length; b++) {
log.debug('itemBins', itemBins[b]);
var item_bin_de = itemBins[b].split(":");
log.debug('item_bin_de name', item_bin_de[0]);
log.debug('item_bin_de qty', item_bin_de[1]);