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

Suitelet Page To Display Cash Projection Report

/** * @NApiVersion 2.1 * @NScriptType Suitelet */define([ “N/log”, “N/record”, “N/task”, “N/ui/serverWidget”, “N/util”, “N/url”, “../../Library/JJ CM NS Utility.js”, “../../Model/JJ CM Resolver Model.js”, “../../Excel Template/JJ CM Resolver Template.js”, ] /** * @param{log} log * @param{record} record * @param{task} task * @param{serverWidget} serverWidget * @param{util} util * @param{url} url * @param{jjUtil} jjUtil * @param{modelResolver} modelResolver * @param{templateResolver}… Continue reading Suitelet Page To Display Cash Projection Report