Version: eXtendFiles 1.6.5 and above
Audience: Administrator

Overview

Some eXtendTech applications use NetSuite's API Secrets functionality to create secure URLs for REST API calls. During application configuration, you must create an API Secret to enable secure communication for these applications.

Configuration

Access the API Secret Manager

Learn how to configure an API Secret in NetSuite's API Secret Manager. See Use API Secrets From API Secret Manager in Scripts for example steps on accessing the API Secret page. You must be logged in to NetSuite's SuiteAnswers to access this link.

Create eXtendFiles API Secret

  1. Name your secret eXtendFiles API Secret
  2. Set the API secret ID to _extend_files_token_secret
    NetSuite will prefix this with "custsecret" to create the required final ID: custsecret_extend_files_token_secret.

    Image Placeholder
  3. Create a password that is exactly 32 characters long
  4. On the Restrictions subtab, enable the checkboxes "ALLOW FOR ALL SCRIPTS" and "ALLOW FOR ALL DOMAINS"
    Image Placeholder
  5. Save the API Secret