Amadeu Fabra
04/08/2025, 12:20 PMCeligo AI
04/08/2025, 12:20 PMAI generated answer (using internal Slack threads):To remove the question mark from your PDF template, you need to check your Advanced PDF/HTML template code. The question mark usually appears when there is a field or variable in your template that is not being recognized or is not available in the record you are trying to print. Here are the steps to check and correct this: 1. Go to the template you are using to generate the PDF. You can find this under
Customization > Forms > Advanced PDF/HTML Templates
.
2. Open the template and check the source code. Look for any fields that might not be available in the record you are printing. These fields are usually enclosed in ${}
. For example, ${record.fieldname}
.
3. If you find any such fields, you need to either make sure that these fields are available in the record you are printing, or remove these fields from the template if they are not needed.
4. Save the template and try to generate the PDF again.
Remember, the question mark appears when a field in the template is not found in the record. So, you need to ensure that all fields in the template are available in the record.
******
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
04/08/2025, 12:20 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.810140312
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.806568563
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.805861413
Celigo AI
04/08/2025, 12:20 PM