Adding Fonts for Languages that Use Symbols

For languages that use symbols, such as Arabic, values in columns (POS, Quality, and so on) of Advanced PDF/HTML email attachments can appear empty. NetSuite views the symbols as missing fonts, and therefore leaves the fields blank. To have these symbols or fonts appear, users affected by this must customize standard templates based on language… Continue reading Adding Fonts for Languages that Use Symbols

Concept of list directive in Advanced PDF.

In Advanced PDF, the <#list> directive is used for iterating over a collection of items, such as a list or an array, in order to generate repetitive content within the PDF document. Here’s a brief explanation of the concept and usage of the <#list> directive in Advanced PDF: Syntax of the <#list> directive is given… Continue reading Concept of list directive in Advanced PDF.

Print Location Address on the Packing Slip Using Advanced PDF/HTML Template

There are instances wherein companies need to display the Location Address on their Packing Slip PDF printouts depending on the Location selected on the Sales Order. Solution Create a Custom Transaction Body Field on the Sales Order Navigate to Customization > Lists, Records, & Fields > Transaction Body Fields > New Label: Enter Label Example: Location Address ID: Enter _so_loc_address Type: Select Free-Form Text Store Value: Remove Checkmark Click Sourcing & Filtering Source List: Select Location (Main)… Continue reading Print Location Address on the Packing Slip Using Advanced PDF/HTML Template

Adjust Header and Footer Size of Advanced PDF/HTML Templates

There are scenarios when there is a need to change the size of the header and footer of an Advanced PDF/HTML Template. Solution Navigate to Customization > Forms > Advance PDF/HTML Templates Preferred Template: Click Edit or Customize Toggle Source Code Source Code: Add code below<body header=”nlheader” header-height=”10%” footer=”nlfooter” footer-height=”20pt” padding=”0.5in 0.5in 0.5in 0.5in” size=”Letter”>Copy Note: Update the header-height and/or footer-height as needed. Click Save