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.
NetSuite Admin Tip | SuiteScript > Resolve Error: TypeError “$” is not a function
SuiteScript developers transitioning from standard JavaScript may encounter a common error when using the traditional jQuery syntax. This TypeError occurs when the dollar sign symbol ($) is used instead ofjQuery()
in NetSuite’s SuiteScript.
To resolve this, simply replace the dollar sign ($) with jQuery()
in your code. NetSuite’s environment requires the fulljQuery()
function name, so this minor adjustment will ensure the code functions as expected.
Sample code:
var htmlElement = jQuery('#html-element').val(); alert(htmlElement);
The sample code described herein is provided on an "as is" basis, without warranty of any kind, to the fullest extent permitted by law. Oracle + NetSuite Inc. does not warrant or guarantee the individual success developers may have in implementing the sample code on their development platforms or in using their own Web server configurations.
Refer a Member to the Community | Earn the Answer Accepter Badge | Vote for the contents you'd like to see