Relative Content

Tag Archive for restsalesforcenetsuitesuitescriptsuitescript2.0

How to call Netsuite RESTlet from salesforce or any other application?

I have created RESTlet script to perform CRUD operations. I am calling that RESTlet from Postman. I have no idea of how to call the RESTlet from salesforce or other application for integration purpose? How to pass application data to RESTlet parameters(requestParams, requestBody)? Please advice.

How to map NetSuite Item IDs to Salesforce Product IDs in User Event Script?

I’ve created a User Event Script to sync NetSuite Sales Orders to Salesforce. The script successfully posts the sales order body details to Salesforce orders. Now, I’m trying to post the sales order item details to Salesforce order products. To do this, I need to map the NetSuite item IDs to Salesforce product IDs, but these IDs are different in each system.

How to call Netsuite RESTlet from Salesforce?

I am new in integration. I have created RESTlet script in Netsuite. Now I want to pass customer ids from Salesforce to Netsuite. How to make a call from salesforce to Netsuite? Please advice.