Discussions
Streamline Invoice Processing with AI-Powered Automation
Use AI-Driven Insights for Faster, Better Planning and Forecasting
NSC | Print a Customized Footer Message in Advanced PDF/HTML Template
There is a requirement to print a customized message in the Footer section in every page of the Transaction record using Advanced PDF/HTML Template. To do this, we need to edit the footer section in the source code of the template. Kindly follow the steps below:
1. Navigate to Customization > Forms > Advanced PDF/HTML Templates
2. Click Edit beside the preferred template
3. Source Code > Toggle Source Code
4. Locate the Line that contains <macro id="nlfooter">
5. Edit the content below it and which should look like this:
<p>Customized Footer message</p>
</macro>
</macrolist>
</head>
6. Click Save
After saving the template, the footer from the Standard Template which consists of Barcode and Page number will be removed and it will be replaced by the Customized Footer message. If it is preferred to retain the barcode and page number in the footer message, kindly use the following code:
@Kristoffer Viray-Oracle | Ask A Guru | Let us know what contents you like to see in the Community. You can vote here.