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.
NlobjSearchColumn Grouping
I am hoping somewhere here has some experience with this. I'm on the last leg of my script and I cannot figure out, for the life of me, why this is not working properly.
I basically have an array that contains the 'itemid' for multiple items. To keep it simple, in this example, The array is as follows:
searchResults[0].getValue('itemid') = '12345'
searchResults[1].getValue('itemid') = '12345'
searchResults[2].getValue('itemid') = '12345'
I'd like to get only unique values for the itemid field, based off of my search results. I've tried the following:
When I don't use the group function, it seems to be passing the values properly