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.
Calling SuiteScript 2 function from SuiteScript 1?
Greetings, we have a scenario where we'd like to call a SuiteScript 2.x function, from SuiteScript 1.0. Is this possible? If not, I'm guessing writing a 2.0 RESTlet which I'd then call from 1.0 is the work around, or is there a better approach?
Context: We need is to replace our 1.0 service calls using nlapiRequestURL, to a 2.0 function that will allow us to specifically reference certificates (something 1.0 can't do). As there's an extensive amount of 1.0 code a complete re-write to 2.0 isn't practical, so my thought was to implement a "wrapper function" written in 2.0, that I could then call from the 1.0 code just replacing the nlapiRequestURL call.