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.
SuiteCloud Content Assist and Validation
I've installed both the SuiteCloud and JSDT plugins in Eclipse Juno. In the JSDT preferences, I've modified my Javascript Validation settings so that "Optional Semi-colon" is identified as an error (Window > Preferences > Javascript > Validator > Errors/Warnings). Unfortunately, this breaks Content Assist and JSDocs for all NetSuite API functions.
This is because there is a missing semi-colon in the nlapiGetLineItemValues function in the library file (com.netsuite.ide.eclipse.app_2.1.3.201212121626.jar$libraries/suitescript.js, line 538). This causes validation to fail on the library file, which will apparently preclude it from being used in Content Assist suggestions or parsed for JSDocs. I tried manually updating the JAR, but this threw some non-specific null pointers on startup.