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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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