Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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]);