Dispatch Track Integration

The client needs to send sales order line-level details to Dispatch Tracker, the lines will be scheduled at different times. The lines scheduled at a time need to send to the dispatch tracker and create as single order in the Dispatch tracker. Scheduled Script To Send Sales Order Line Level Details To Dispatch Tracker. /**… Continue reading Dispatch Track Integration

Customer Balance Integration API

Requirement We will be implementing an API to fetch the customer balance data from Netsuite to an application. Request : GET Parameters: CompanyCode : Company code(Company code field in the subsidiary record corresponding to subsidiary field in customer record)- Mandatory CustomerCode : Customer Code(id:custentity_code) field in the Customer record- MandatoryPageIndex: Index of the page(starting from… Continue reading Customer Balance Integration API

Customer Data Integration API

Requirement We will be implementing an API to fetch the customer data from Netsuite to an application. Request : GET Script: Restlet Parameters: CompanyCode : Company code(Company code field in the subsidiary record corresponding to subsidiary field in customer record)- MandatoryCustomerCode : Customer Code(id:custentity_code) field in the Customer record – Mandatory Solution

Set Expected Shipment Date and Promised Receipt Date in the Sales order and SPS button action.

Create a script for updating the expected shipment date and promised receipt date in the sales order. Also sending multiple API requests with SPS button action script. To create a script for updating the expected shipment date and promised receipt date in the sales order. To automate the “Auto-Pack Shipment” and “Create ASN” button action… Continue reading Set Expected Shipment Date and Promised Receipt Date in the Sales order and SPS button action.