Version: eXtendFiles all versions
Audience: Administrator, Developer
Overview
You can use NetSuite's native workflow functionality to send eXtendFiles' Multi-File Approval links easily. within an email template This can be done by using an email template and workflow, both configured for the record type where the Multi-File Approval link is located.
In this sample, we'll be configuring an email template for use on the transaction (sales order) record for use in Sample Workflow for Sending Sales Order Multi-File Approval Template Email via Button.
Configuration
- Go to Documents → Templates → Email Templates → New to create a new email template.
- Enter a name and description for your email template, and set the Record Type to Transaction.
- Enter the subject line to be used for your email on the Template subtab.
- In the template editor section on the Template subtab, click the icon to enter code editor view.
- Paste the sample code below into the code editing area (swapping out text, images, etc. based on your requirements) and click the icon again to preview your template. Click Save when you're finished editing.
|
You can then use this email template manually or within a NetSuite workflow. See Sample Workflow for Sending Sales Order Multi-File Approval Template Email via Button for more information on workflow configuration.
Note: the most important part of the email template configuration is using the field id on your record type which is tied to the eXtendFiles Multi-File Approval link so that it is included within your email. In this template example it is the following line:
${transaction.custbody_extend_approval_url}?id=${transaction.id}&rectype=${transaction.type}
You can view the record types on which eXtendFiles is configured with Multi-File Approval functionality (and the associated field id) from the eXtendTech → eXtendFiles → eXtendFiles Approval Setup page on the Multi Approval subtab.