Using Fax Templates

Note:

This topic is unrelated to marketing campaigns. For information about campaigns, see Email Marketing Campaigns.

Fax templates are text documents you create for use in mail merge operations. Fax templates generate personalized fax documents that you can send to those with whom you do business.

Before you can send faxes from NetSuite, you must register with eFax®. For more information about this service, see Fax.

Creating a Fax Template

You can create fax templates as scriptable templates. Scriptable templates let you customize the output to include information specific to the recipient. For more information, see Scriptable Templates.

Below is a sample fax template that incorporates FreeMarker code. This example is a fax sent to new leads by the sales rep they are assigned to.

          <#if Customer.companyName = "">${‌Customer.firstName} ${‌Customer.lastName}<#else>${‌Customer.companyName}</#if><br />
${‌customer.billAddr1}<br />
${‌customer.billAddr2}<br />
${‌customer.billCity}<br />
${‌customer.billState} ${‌customer.billZip}<br />
${‌customer.billCountry}
 
<p>Dear <#if Customer.companyName = "">${‌Customer.firstName}<#else>Customer</#if>,</p>
 
<p>My name is ${Customer.salesRep.firstName}, a sales representative for Wolfe Electronics in the ${‌Customer.billCity} area.</p>
 
<p>Thank you for your interest in Wolfe Electronics. If you need any assistance in placing an order, or if you need information about any of our products, please call me on ${Customer.salesrep.phone}.</p>
 
<p>Sincerely,</p>
<br />
${preferences.MESSAGE_SIGNATURE} 

        

When NetSuite merges the fax, information from the lead record replaces the tags.

Tom Wetteland

TRS Van Lines, Ltd.

Suite 12

3810 Castleberry Rd.

San Diego, CA 92110

Dear Tom,

My name is Krista Barton, a sales representative for Wolfe Electronics in the San Diego area.

Thank you for your interest in Wolfe Electronics. If you need any assistance in placing an order or if you need information about any of our products, please call me on 408-555-3652.

Sincerely,

Krista Barton

Wolfe Electronics

After you create your fax template, you can create a fax template record.

Creating a Fax Template Record

If you create a fax template file outside of NetSuite, upload the file to the Fax Templates folder of your NetSuite file cabinet. You can also create a template directly on the template record.

To create a fax template record:

  1. Go to Documents > Templates > Fax Templates > New.

  2. Enter a name for this template.

  3. In the Description field, enter information about this template.

  4. On the Template subtab, in the Subject field, enter the subject of the fax.

  5. Do one of the following:

    • Select File if you uploaded the template file to your file cabinet, and then select the file. Select New if you have not uploaded your template file to your file cabinet.

      Screenshot of a portion of the Fax Template (Scriptable) page and its Template subtab
    • Select Text Editor if you have not created your fax template. Compose your template in the rich text field.

      If your template file contains HTML and you want to paste the template text, click the HTML Source Code button. This option ensures that your code is properly included.

      Select a field in the Insert Field list to have NetSuite place the corresponding fields in your template.

  6. On the Restrict Access subtab, check the Private box if you do not want others in your company to use this template.

  7. If you want this template to be used by members of a specific group, select that group in the Restrict to Group field.

  8. Click Save.

Related Topics

Merging Faxes
Working with Mail Merge

General Notices