Skip to content
English
  • There are no suggestions because the search field is empty.

NetSuite Data Targets - Map Reduce

Overview

This Map Reduce article describes how to set up the NetSuite SuiteScript components required for DataBlend to perform bulk record imports using NetSuite’s Map/Reduce framework. This approach is designed for high-volume data processing and provides asynchronous job execution with status tracking.

Create Script Records in NetSuite

Create DataBlend Bulk Import Data Target

 

Create Script Records in NetSuite

1. Log into NetSuite to create a new script from the Customization menu > Scripting > Scripts > New.

1. Customization - Scripting - Scripts - New

2. If you have not added the Map Reduce, Map Reduce Wrapper, and Status Results scripts before or the scripts in NetSuite is outdated, download the according DataBlend scripts from the table in NetSuite Data Targets, then hover your mouse over the SCRIPT FILE box to click the ‘+ Add’ button.

2. Script File - New

3. If the script is the latest version but a new script record needs to be created, click the double-down arrows to click on List, search for the file, and select it.

2. Script File - List

4. Enter a file name with the date for versioning control, select the script file downloaded and Save the record. Important! File name should have .js at the end of the name.

3. Add Script File

5. Select the created script and click Create Script Record.

4. Create Script Record

6. Enter a name for the script and note the API version. Click on the down arrow next to Save to click the Save and Deploy button. Important! File name should have .js at the end of the name.

Script - Map Reduce

7. Note that the Script Deployment page for Map Reduce is different from the Script Deployment page for Map Reduce Wrapper and Status Results.

a. Map Reduce: set fields, then click the down arrow next to Save & New to click on Save.

Script Deployment - Map Reduce

b. Map Reduce Wrapper and Status Results: Set the deployment STATUS to Released, LOG LEVEL to Error, ensure DEPLOYED is checked, set the security access as appropriate, and Save to deploy the script.

7. Script Deployment

File

8. Repeat the steps by navigating back to Customization > Scripting > Scripts > New to create the Map Reduce Wrapper and Status Results scripts.

Reminder: deactivate outdated scripts.

 

Create DataBlend Bulk Import Data Target

1. In DataBlend, create a Data Target with the Bulk Import object type and a selected Record Type. Refer to netsuite.com/help/helpcenter/en_US/srbrowser/Browser2022_2/script/record/account.html for required Query fields (click on the alphabetical buttons, such as C for the Customer fields).

2. In NetSuite, navigate to the map-reduce-wrapper Script Deployment page and copy the EXTERNAL URL. Paste into DataBlend's Script URL field.

4. In NetSuite, navigate to the status-results Script Deployment page and copy the EXTERNAL URL. Paste into DataBlend's Status URL field.

5. In DataBlend, choose a Batch Size, Save and Run Data Target.

NetSuite Collector - Bulk Import

Batch Size When to Use
10-25 Complex records with many line items (e.g., vendor bills, sales orders with lots of lines), or when you are seeing timeout errors even at 50
50 A safe default for moderately complex records; a proven working size for things like vendor bills (real-world testing showed 50 vendor bill records processed in ~3 min 20 sec successfully)
100 Simpler header-only records with few or no line items, or when prior runs at 100 were successful
250-500 Very simple, lightweight records with minimal fields and no line items, when you are confident NetSuite can process them quickly