Script For Sending Payment Reminder Emails (Map/Reduce)

The requirement is to send a payment reminder email if the customer is not done payment after 1 hour of sales order creation from the website. We need to consider the following conditions for sending the payment reminder email: Condition For sending Email:  The following conditions need to be true.  The payment confirmation checkbox(a custom… Continue reading Script For Sending Payment Reminder Emails (Map/Reduce)

How to resolve errors while deploying Map/reduce script

Scenario:While creating a new script record in Netsuite and deploying the script, there may b a “Failed” message displayed on the status page. One major reason for this will be the file name of the script file if the filename of the script file is large or any special characters are used this may lead… Continue reading How to resolve errors while deploying Map/reduce script

Map Reduce Script

Map/Reduce script is an alternative to a scheduled script which can handle/process a large amount of data. It is best suited for scenarios where data can be divided into small and independent parts. When the script is executed, a structured framework automatically created enough jobs to process all of these parts. No need to manage… Continue reading Map Reduce Script

NetSuite-Dispatch Tracker Scheduled Order Integration

The client needs to make orders in the dispatch tracker system based on the orders scheduled in NetSuite. /** * @NApiVersion 2.1 * @NScriptType MapReduceScript *//************************************************************************************************ * * Map/Reduce Script For Sending SO Details to Delivery Dispatcher ** * * * ********************************************************************************************** * * Author: Jobin and Jismi IT Services * * Date Created :… Continue reading NetSuite-Dispatch Tracker Scheduled Order Integration