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.
Selecting a value on a list inside a sublist = Everlasting "Searching..." box
Hello,
I'm trying to use nlapiSetCurrentLineItemText() and nlapiSetCurrentLineItemValue() on a list field inside of a sublist that is inside of a custom tab.
The tab, sublist and list are all created on the beforeLoad.
The list is sourced by a custom record type that has more values than the Maximum Entries for Dropdowns preference, which makes the list have a "popup of its own", as the help tip for the field indicates.
The problem happens whenever I try to use either one of the two above functions. If I set the value, no text is shown. If I set the text (even an exact match), I get a "Searching..." box that does not go away. Besides that, just setting the text won't do an auto-lookup. So there's no value set to the field.