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

Map-Reduce script example

Map/Reduce scripts in NetSuite is a scheduled script type that can work on large set of data. It is intended for parallel bulk data operations. They offer more power and benefits over the standard Scheduled scripts.This is a sample code of a map-reduce script for sending emails to all customers with pending invoices that are… Continue reading Map-Reduce script example

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.