Version: eXtendFiles 1.7.0 and above
Audience: Administrator

Overview

The eXtendFiles Inline Link View feature displays a list of eXtendFiles attached to a record, making it easier to view multiple files. The inline link view is configured using an Inline HTML field which can be placed anywhere on a NetSuite custom form using native NetSuite form configuration.

After successful configuration, the inline link view will be shown as a table on the form.

Prerequisites

Before configuring the inline link view feature, ensure that your record type already has eXtendFiles added to it. If it doesn't, first Add eXtendFiles to a New Record Type.

To add inline link view to a record type that isn't already configured, a new Inline HTML field on the target record type will be needed. The Inline HTML field will need to be visible on the custom forms for the target record type where inline link view will be used.

An example field configuration is below. The important details are highlighted. Other details are based on your preferences.

eXtendFiles Configuration

Follow these steps to configure the eXtendFiles Inline Link View feature:

Access eXtendFiles Configuration

  1. Navigate to eXtendTech eXtendFiles  eXtendFiles Configuration
  2. Select Inline Link List Display from the left navigation panel

Configure Display Settings

  1. Set the maximum number of inline links (default is 200)
  2. Click any row and select the Add button to configure a new record type

    If you want to add details using detail view then click on the detail view button. This will open a modal to configure the settings

Setup Record Type

  1. In the configuration modal, specify:
    • Record Type: Select the target record type
    • eXtendFiles Reference Field: Choose the appropriate eXtendFiles field. If you haven't created the field for the selected record type on the eXtendFiles record, you can click the link below to access the eXtendFiles field creation page

    • Inline Record Field: Select the Inline HTML field for displaying links. If you haven't created a field for the selected record type, you can click the link below to access the field creation page

Script Deployment Configuration

  1. Follow the deployment instructions for required scripts

  2. Review your configuration details

  3. Click Submit

Inbound Shipment Record Deployment

Because of NetSuite restrictions placed on the Inbound Shipment record type, an additional script deployment is needed to enable inline link view on the Inbound Shipment record.
  1. Go to Customization → Scripting → Scripts.
  2. Find the script titled eXtendFiles Suitelet and view it.
  3. View the deployments to confirm if "eXtendFiles Inline Link View iframe" has already been deployed.
    1. If it has, no changes are needed.

    2. If "eXtendFiles Inline Link View iframe" has not been deployed and is not in the deployments list, proceed to the next step.
  4. Click the Deploy Script button to create a new script deployment. Set the following values on the script deployment:
    1. Title of eXtendFiles Inline Link View iframe
    2. ID of _extend_files_inline_iframe
    3. Status of Released
    4. Audience as All Roles
    5. On the Parameters subtab, enter inline_link_view_iframe into the "EXTENDTECH FILES SUITLET DEPLOYMENT" field.

  5. Save the deployment.

Additional Notes

  1. When Amazon S3 is used with multiple buckets, if the configured bucket name in your eXtendFiles settings is different from the bucket name present in the file's URL, signed URL generation will not be available for that link.

Frequently Asked Questions (FAQs)

Q: What is the default maximum number of inline links?
A:
If no value is specified, the system defaults to 200 links.

Q: Can I configure this on multiple record types?
A: Yes, repeat the configuration steps for each required record type.