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

NetSuite Collectors - Bulk Export

Contents

Create Bulk Export RESTlet Script Record in NetSuite

Create DataBlend Bulk Export Collector

 

Create Bulk Export RESTlet Script Record in NetSuite

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

1. Customization - Scripting - Scripts - New

 If you have not added a Bulk Export script before, hover your mouse over the SCRIPT FILE box to click the ‘+ Add’ button.

2. Script File - New

If you have uploaded a Bulk Export script before, compare the potentially outdated scripts in NetSuite versus the latest script version in NetSuite Collectors by clicking on the double down arrows > click List and in the “Type & tab…” textbox, search for a key word, such as “save”. Click on a script and hover your mouse over the SCRIPT FILE box to click Open. Under “MEDIA ITEM” on the newly opened tab, click the preview link and optionally use a text file comparison tool. If the script is outdated, click add a new script file.

2. Script File - List

3. Download the DataBlend bulk-export.js RESTlet from the table in NetSuite Collectors.

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.

6. Script - Saved Search

7. 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

8. Copy the EXTERNAL URL for the DataBlend Collector configuration.

8. Script Deployment EXTERNAL URL

9. To access the External URL again, navigate to Customization > Scripting > Script Deployments or type “Script Deployment” in the Search bar. Expand the filter, adjust the filters, and select the script.
Reminder: deactivate outdated scripts.

 

 

Create DataBlend Bulk Export Collector

1. In DataBlend, create a collector with the Bulk Export object type.
2. In NetSuite, copy the EXTERNAL URL from the according “Script Deployment” page to paste into DataBlend’s Script URL.
3. Select a Record Type.
4. If necessary, add a filter to limit the number of records being collected. Example: [["trandate","onorafter","MM/DD/YYYY"]] - see NetSuite Applications Suite - search.Operator for more details.

NetSuite Collector - Bulk Export