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 can I track which fields have been edited in Netsuite when syncing NetSuite sales orders to Salesforce?
I’m working on a project where I need to sync sales orders between NetSuite and Salesforce. Specifically, I’m trying to track which fields have been updated in NetSuite and ensure these changes are accurately reflected in Salesforce.
How can I track which fields have been updated when syncing NetSuite sales orders to Salesforce?
I’m working on a project where I need to sync sales orders between NetSuite and Salesforce. Specifically, I’m trying to track which fields have been updated in NetSuite and ensure these changes are accurately reflected in Salesforce.
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.
How to call https.patch in Netsuite to update Salesforce record?
I am trying to update custom ‘city’ field in salesforce customer record using user event script. Patch is supported in salesforce to update records but does not support in Netsuite.