Discussions
SuiteWorld is the largest annual gathering of the NetSuite community! It will be held in Las Vegas on October 6-9, 2025. Our customers and partners look forward to SuiteWorld every year as a place to hear the latest from NetSuite, get hands-on learning, and connect with each other. Register now!
We apologize for any inconvenience this may cause and appreciate your understanding.
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.