Loading
Salesforce から送信されるメールは、承認済ドメインからのみとなります続きを読む

Rendering an Image in a VisualForce Template Content in CPQ Document Generation

公開日: May 4, 2026
説明

When creating a custom content for CPQ Quote Template, html tags cannot be used since the final rendered content is in XML and hence the VF page needs to be in XML as well. Hence, tags like <img> will not work to render an image within the custom template content.

解決策

The following snippet of code can be used to render an image inside a VisualForce template content:

<block>
      <external-graphic src="url-to-source-image"></external-graphic>
</block>
ナレッジ記事番号

005321504

 
読み込み中
Salesforce Help | Article