Restlet for creating Invoice

The following script creates invoice in Netuite based on the request values provided from Salesforce. Also these invoice will have a pay-by-link URL autogenerated( the script trigger the Adyen Bundle to generate the link)

Banket Purchase order and Purchase order Line Mapping Search

Within the Purchase Order record, there is currently no feature available to directly link and identify the corresponding item line within the Blanket Purchase Order. To address this, we can use a search method to determine the corresponding line number in the Blanket Purchase Order. In this particular search, the “Applied to Transaction Line ID”… Continue reading Banket Purchase order and Purchase order Line Mapping Search

Suite talk Rest API setup

Importing the Postman Collection To import the Postman collection: Download the REST web services Postman collection of sample requests from the SuiteTalk tools download page at https://<accountID>.app.netsuite.com/app/external/integration/integrationDownloadPage.nl. To access this page, you must substitute your account ID, and the REST web services permission must be assigned to your role. Unzip the archive. Click Import in… Continue reading Suite talk Rest API setup

Workflow state that can impact REST Webservices.

After creating the Integration records and access tokens for connecting the NetSuite account, when we try to fetch a particular record data from the account an error is returned throwing a ‘Permission issue’.The REST API role has the required permissions added in the role section. If there is a workflow deployed to the record for… Continue reading Workflow state that can impact REST Webservices.