let endPoint = ‘https://hostname/services/oauth2/token’; let requestBody = { ‘client_id’: { client_id }, ‘client_secret’: { client_secret }, ‘username’: { username }, ‘password’: { password }, ‘grant_type’: ‘password’ }; let salesRequest = https.post({ url: endPoint, headers: { ‘Content-Type’: ‘application/x-www-form-urlencoded’,… Continue reading Suitescript code for OAuth authorization requests to Salesforce for fetching access token
Tag: salesforce netsuite integration
Setting up trigger in Sales Force
Log in to the Sales Force Portal with your credentials. Click on the setup icon as marked in the image. Then go to Object Manager and select the objects that you want to create trigger to. Then go to the trigger tab and create a new trigger and save.
Celigo Sales Force – NetSuite Account Sync
Celigo already has prebuilt flow tile for Sales Force Account Integration to NetSuite Customer record. You need to set the trigger in sales force. Then map the fields in the Import Flow and save the flow . Turn on the flow or run flow.
Permission violation: this customer or lead does not belong to your group.
This error occur when the user try to sync/push the opportunity from sales force to NetSuite.