Supported Version : eXtendESP 1.0.4 and above
Audience: Administrator

When linking your legacy ESP items with NetSuite it is important that you get the list of all ESP Items and their external ids (XIDs).
A suitelet deployment is provided along with the bundle for downloading all ESP items in your NetSuite account in CSV format.

Steps for downloading all EXP items as CSV file in NetSuite is mentioned below:

  1. Navigate to Customization > Scripting > Scripts.
  2. Search for script "eXtendESP Suitelet" and go to its deployment list.
  3. Open the deployment named "eXtendESP Get All Products CSV" as shown in below screenshot.
  4. Click on the deployment URL for downloading the ESP items as CSV file. 
  5. On successful creation of ESP items list file in your NetSuite account a message will appear with the file path and its download link. SCREENSHOT TBD
  6. This file will be saved in file cabinet under folder eXtendTech/eXtendESP with name extendEspAllProductData.csv.
  7. The downloaded file will contain following headers:
    1. External Product ID (XIDs)
    2. Name
    3. Created Date (in UTC)
    4. Last Updated By
    5. Last Updated Date (in UTC)
    6. Product Status
    7. Primary Image URL

NOTE:
  • If there are too many products in ESP and file size exceeds 10MB then you may get an error.
  • If this service is executed again then it will overwrite the current file present in file cabinet.