Discussions
Combine SuiteScript with Web Service call?
Hi there,
Could a NetSuite representative please inform me whether it is possible to do the following on the Save event of a sales order.
1) Call a web service.
2) Test result of web service for success.
3) If success, run a server side function to update a Sales Order: replacing one line item with another?
I'm ok with calling the web service but after the web service has returned a result I wish to replace an item with a different item using server side script.
Could someone post an example showing this?
Also, if it's possible to do it using client script nlapi calls this would also be beneficial..