Suite Answer Link Determine WSDL Endpoints Currently in Use Determine Web Services Operations That Use Specific Type of Authentication with WSDL Version and Integration via Saved Search Support for Existing WSDL Versions
Author: Linu Paul
How to generate JWT Token
Go to the web page JSON Web Tokens – jwt.io header { “alg”: “RS256”, “typ”: “JWT” } payload { “iss”: ” dfsdfsdfsdfs”, “sub”: “fdgdfgdfgd”, “aud”: “account-d.docusign.com“, “iat”: 1737631816, “exp”: 1737678518, “scope”:”signature” } this iat and exp is the time in the below format Epoch Converter – Unix Timestamp Converter
NetSuite-DocuSign integration
First create a developer account in DocuSign Once you create the developer account, then choose the Apps &Keys From this page click the below button. Give a name for the app and add the secret key and copy the secret key anywhere else. and save the page. Then, use the URL format to get the… Continue reading NetSuite-DocuSign integration
FoodStuff eXchange Integration
This document summarizes the scope and dependencies related to FoodStuff eXchange Integration in NetSuite AHNZ-67 : FoodStuff eXchange Integration Target Personas Aim: Fetch Purchase Order from FoodStuff eXchange and create it as a Sales Order in NetSuite and send the Order Message, ASN and INV XML to the site. Process/Steps : From NetSuite,… Continue reading FoodStuff eXchange Integration
Incorrect Item in Work Order for Sales Order Line
By standard, when we click on ‘create workorder’, then corresponding item is displayed in the workorder. This is a standard field ‘assemblyitem’ and it’s field help is mentioned below Select the Assembly you need to build. After an item is selected, the assembly components are displayed on the Items subtab. This field cannot be changed… Continue reading Incorrect Item in Work Order for Sales Order Line
Standard Invoice XML creation
xmlStandardInvFile: function (invoiceId) { let customRecId = ”; try { // Load the invoice record const invObjRecord = record.load({… Continue reading Standard Invoice XML creation
Fulfillment Discrepancy for HCNAS102299
We have reviewed the issue related to the Maersk integration of Item Fulfillment. The root cause lies in how parent-child items are handled during the comparison process. In the response from Maersk, the item name is provided without the parent reference. As a result, the script fails to match the items correctly. In these cases,… Continue reading Fulfillment Discrepancy for HCNAS102299
Fulfillment Discrepancy – Mearsk Integration
The root cause lies in how parent-child items are handled during the comparison process. In the response from Maersk, the item name is provided without the parent reference. As a result, the script fails to match the items correctly. In these cases, the Item Fulfillment is created by transforming the Sales Order into Item Fulfillment,… Continue reading Fulfillment Discrepancy – Mearsk Integration
Handling Partial Deliveries in Delivery Scheduler and Dispatch Track Integration
Under the current functionality, scheduling an order through the Delivery Scheduler page updates the corresponding details in the line-level fields of the sales order. However, to accommodate partial deliveries, adding multiple scheduling details to the same line is not feasible. To address this, we propose creating a custom record with fields ‘DT Account’, ‘DT Route’,… Continue reading Handling Partial Deliveries in Delivery Scheduler and Dispatch Track Integration
FoodStuff Integration
Aim: Fetch Purchase Order from FoodStuff eXchange and create it as a Sales Order in NetSuite and send the Order Message, ASN and INV XML to the site. Process/Steps : From NetSuite, we will fetch a Purchase Order from FoodStuff eXchange as XML. If there is no Purchase Order, then stops further execution If there… Continue reading FoodStuff Integration