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.
Problem with getting item info from a sales order saved search
I have a saved search that pulls sales orders for a specific customer based on their email. In the search, it also returns information about the item on the sales order. It works fine inside of NetSuite, but fails when i call it from a suitelet.
The failure occurs when i specify an item column in my column array. In the code snippet below, you will see the line - "columns[6] = new nlobjSearchColumn('storedescription');".
This causes the following error - "An nlobjSearchColumn contains an invalid column, or is not in proper syntax: storedescription."
I also get this error if i try to access the online price or any price. Is there a problem with my syntax? I can't find any suggestions in the online help.