Skip to content

Instantly share code, notes, and snippets.

@Megalithe
Megalithe / ApprovalRequestComments.html
Created April 12, 2022 01:23 — forked from douglascayers/ApprovalRequestComments.html
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>