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 custom
form using native NetSuite form
configuration.
Prerequisites
Configuration
- Go to eXtendTech → eXtendFiles → Setup.
- Select Inline Links & Upload.
- Set a MAX EXTENDFILES IN INLINE HTML LIST VIEW preference. The value specified will set the maximum number of eXtendFiles record links to be shown in inline link view.
- Go to the Inline Links Display Settings sublist to complete the remaining configurations.
Field | Description |
---|---|
Record Type | Specify the target record type's
internal id. See the NetSuite
Records Browser for a list
of native record types and their
associated internal id. For custom
record types, select the id shown
on the custom record
type. |
eXtendFiles Reference
FieldID | Specify the
Reference FieldID for
the eXtendFiles Record
Reference. This will be the
field on the eXtendFiles
record which associates it to
the record where inline
link view is to be
displayed. Note: This
field should be marked as
'Record is Parent'. For
instance, custrecord_extfile_so_pref is the field used to link the
eXtendFiles record to a Sales
Order. Please be aware that
NetSuite does not support the
enabling of 'Record is Parent'
on certain record types. |
Inline Field on Record | Specify the internal
ID of the field on the target
record which will be used to
render inline link view.
This will be the field created
in the "Prerequisites" section
above. The NetSuite field
type for this field should be Inline
HTML. This field will
need to be visible on the
custom forms where you are
using inline link
view. |
eXtendFiles Sublist ID | Add recmach as a
prefix and
then add your eXtendFiles
Reference
FieldID.Example: recmachcustrecord_extfile_so_pref |
Script
Deployments
Standard Deployment
- Go to Customization → Scripting → Scripts.
- Find the script titled eXtendFiles
Inline View User Event and
view it.
- The script will need to be
deployed on each record type where
inline link view will be
used.
- Click the Deploy Script button.
Deploy the script on the target record
type with a Status of Released and select All
Roles as the Audience.
Repeat these steps for each record
where you're adding inline link view.
Inbound Shipment Record Deployment
- Go to Customization → Scripting → Scripts.
- Find the script titled eXtendFiles
Suitelet and view
it.
- View the deployments to confirm if "eXtendFiles Inline Link View iframe" has already been deployed.
- If it has, no changes are needed.
- If "eXtendFiles Inline Link View iframe" has not been deployed and is not in the deployments list, proceed to the next step.
- Click the Deploy Script button to create a new script deployment. Set the following values on the script deployment:
- Title of eXtendFiles Inline Link View iframe
- ID of _extend_files_inline_iframe
- Status of Released
- Audience as All Roles
- On the Parameters subtab, enter inline_link_view_iframe into the "EXTENDTECH FILES SUITLET DEPLOYMENT" field.
- Save the deployment.
Additional Notes
- 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 eXtendFiles Inline Link View feature?
A: The eXtendFiles Inline Link View feature displays a list of eXtendFiles attached to a record, making it easier to view multiple files on a custom form in NetSuite.
Q: How do I configure the Inline Link View for a record type?
A: To configure Inline Link View, you need to create an Inline HTML field on the target record type, update the eXtendFiles Setup page, and deploy the necessary scripts.