Creating the Dunning PDF Footer Template

Note:

Creating templates requires knowledge of XML and FreeMarker.

FreeMarker templates are used for dunning PDF letters.

Footer templates must be enclosed in <div></div> tags.

Example

          <div>
<!-- insert footer information here -->
</div> 

        

You can use header elements for the footer. Information from the company information record and subsidiary record can be displayed in the footer. See Creating the Dunning PDF Header Template.

You can also add some fields from the Big Faceless Organization (BFO). The following examples show the correct format for these fields in the dunning footer template:

Note:

These fields use BFO tags and can be added to a PDF template type only. The data is rendered by BFO. For more information, download the BFO user guide.

pagenumber

          <span><pagenumber/></span> 

        

Displays the current page number.

totalpages

          <span><totalpages/></span> 

        

Displays the total number of pages.

Related Topics

General Notices