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

Scheduled script has stopped on 12 am

To schedule a one time or recurring scheduled script submission: Set the Status field to Scheduled. Set the remaining body fields. On the Schedule subtab, set all deployment options. If you want the schedule to submit hourly on a 24-hour basis, use the following sample values as a guide: Deployed = checked Daily Event = [radio button… Continue reading Scheduled script has stopped on 12 am

How to stop a map-reduce while running

There is no direct way of stopping a map-reduce script while running. If the script is in queue and it is not started then we can stop it by using the ‘Cancel’ option in Map/Reduce Script Status page. To get this page, go to script deployment of the map-reduce script and click on ‘Status Page’… Continue reading How to stop a map-reduce while running

Passing values to Script parameters via Suitescript

Script parameters are useful when there is a requirement to store data specific to a script but more accessible to all users other than developers. Using script parameterswe can avoid hardcoding certain values to the code that is required to be modified often. Also these values can be modified by anyone having access to the… Continue reading Passing values to Script parameters via Suitescript