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.
Netsuite Proxy for External Webservices?
I've just started with suitescript, in hopes of synchronizing data from Netsuite to my own application. Just reading some of the threads here about calling external webservices through AJAX, it seems impossible because of cross scripting security which would prevent execution of another webservice.
So I guess I have two questions:
1. Is it REALLY possible to call external services via AJAX, say, after a save so I can pass the data back to my own webservice
2. If it is not possible, then can Netsuite provide some kind of proxy that would allow us to do it?
For example:
netsuite.com/proxy?url=webServiceUrl¶ms=QueryParamsToPass
0