Scenario
There are scenarios where users want to include the ‘&’ symbol in their Advanced PDF Template. This can be achieved by using a specific line of code.
Solution
- Navigate to Customization > Forms > Advanced PDF/HTML Templates
- Preferred Advanced PDF Template: Click Edit
- Upper right corner: Toggle Source Code
- Source Code: Add the following code in the preferred part of the template: Replace ${record. Fieldname} with ${record.Fieldname?replace(“&”, “&”)}
- Click Save.