Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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]);