Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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.
Tagged:
0