Skip to content

Instantly share code, notes, and snippets.

@douglascayers
douglascayers / ApprovalRequestComments.html
Last active October 20, 2023 05:09
Approval Request Comments in Visualforce Email Template.
<apex:component controller="ApprovalRequestCommentsController" access="global">
<apex:attribute name="relatedToId" assignTo="{!targetObjectId}" type="String" description="ID of the record whose last approval comments to retrieve"/>
<apex:outputText value="{!comments}"/>
</apex:component>