Printing Subsidiary Logo on Advanced Templates
For OneWorld organizations, instead of having the main company logo print on transactions, you may want to print the relevant subsidiary logo. You can do this by creating an advanced template.
Note:
This topic applies only to customers that use subsidiaries.
Note:
To print your logo on standard forms, the logo must be no more than 200 pixels wide and 60 pixels high. Image resolution may change how your logo appears on a standard form. If your logo doesn’t display correctly, change the image resolution.
-
Create an advanced template. Use the
<img src="" />
tag in the template to specify the location of the image. -
Add the following code to the template:
<#if subsidiary.logo?length != 0> <img src="${subsidiary.logo@url}" style="float: left; margin: 7px"/> <#else> <#if companyInformation.logoUrl?length != 0> <img src="${companyInformation.logoUrl}" style="float: left; margin: 7px" /> </#if> </#if>
-
Create a form to apply the template created in Step 1.
Related Topics
- Source Code Editing in the Template Editor
- Source Code Editing to Customize Advanced Templates
- Syntax for Advanced Template Fields
- Setting a Template to Use a Font Unavailable in NetSuite
- Languages for Printed Forms that Use Advanced Templates
- Adding Translated Content in Advanced Printouts
- Adding Striping to Line Items in Advanced Templates
- Adding Page Breaks to Tables
- Adding Apply Sublist to Check Templates
- Using FreeMarker to Work with Hidden Fields Used in Advanced Templates
- Adding Bar Codes in Advanced Templates