Yvonne
07/21/2026, 10:36 AMCeligo AI
07/21/2026, 10:36 AMAI generated answer (using internal Slack threads):To add a clickable link to an advanced PDF template based on a custom transaction field, you can use the FreeMarker syntax in your Advanced PDF template. The clickable part should state “click here” and not display the URL. Here is an example of how you can do this:
freemarker
<a href="${record.custbody_custom_field}">click here</a>
In this example, custbody_custom_field is the id of your custom transaction field that contains the URL. When the PDF is generated, it will replace ${record.custbody_custom_field} with the value of the custom field on the record, and the text "click here" will be the clickable link.
Please note that the custom field must be of type 'Free-Form Text' and it should contain a valid URL.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
07/21/2026, 10:37 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.844421446
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.834594786
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.827636838
Celigo AI
07/21/2026, 10:37 AMAbdul Basit
07/21/2026, 11:23 AM