Hello,
I have pdf template for Opportunity:
And I have a problem with displaying images. Is there a way to display images attached in the attachmens field for each contact associated with Opportunity?
I have pdf template for Opportunity:
PHP Code:
{{#each contacts}}
Contacts Name: {{name}},
{{#each attachmetsIds}} {{imageTag width=150 height=150 ./this}} {{/each}}
{{/each}}
Comment