You need to sign in to do that
Don't have an account?

Adding Approval history to Email Template
I have a custom object: Refund Approval Form, that's in a master relationship with Opportunity. I have an approval process connected to it and I'd like the approval requests email alerts to have the approval history in the body.
I think I have to create a VF email template and a controller to query the history with the object ProcessInstance, but I don't know where to start.
Thanks