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.
Does anyone else see serious concurrency issues with suitescript?
I am working on a Suitelet in the sandbox. I added a function that uses the N/url module, and forgot to include it, so naturally I got
org.mozilla.javascript.EcmaError: ReferenceError: "url" is not defined. (/SuiteScripts/suitescript2/src/ship/ful-pdrs-suitelet.js#13)
So I fixed it and uploaded the new file. Still get the same error! I pulled out a little of my hair, added a log.debug statement to see if "url" is really getting loaded. Nothing. I verified by using the "preview" link in the script record. Yes, my changes did get uploaded. Still the same false error. So now I comment out the whole function body so "url" is not referenced. Same false error. I searched the whole file cabinet to make sure there weren't two copies of the script file