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

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

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