Tiina Böös
07/28/2025, 11:38 AMrenderer.renderAsPdf()
causes an
UNEXPECTED_ERROR
Celigo AI
07/28/2025, 11:38 AMAI generated answer (using internal Slack threads):Based on the conversations, it seems that the
renderer.renderAsPdf()
function is causing an UNEXPECTED_ERROR
due to a few possible reasons:
1. The template being used is not being loaded properly. Make sure to use the correct method to set the template. If you're using the script ID, use setTemplateByScriptId({scriptId: 'your_script_id'})
. If you're using the internal ID, use setTemplateById({id: 'your_internal_id'})
.
2. The renderer might require a record or search results to be added before rendering. You can add a record using renderer.addRecord('record', record.load({type: type, id: internalId}));
. If your template is based on a saved search, you might need to use the addSearchResults
method.
3. There might be an issue with the XML template being used. Make sure the XML is not malformed and doesn't contain anything that might cause an error, such as URL links.
4. If the error persists, it might be helpful to log the renderer and the file object to check if they contain any content. An unexpected error might indicate an issue with the template render.
******
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/28/2025, 11:38 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.827342272
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.814665079
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.808352053
Celigo AI
07/28/2025, 11:38 AM