Skip to main content
Colin Samson (Evolve) a posé une question dans #Data Management
In an html email template, I want to use a merge field (that is updated with the email address of the responsible person using workflow).How do I make this work?

 

Merge fields
1 réponse
  1. 18 sept. 2011, 14:21
    if {!Opportunity.Inovatio_Mailto__c} is of type email, it will automatically render when the email is sent out. You don't actually need the mailto html code.
0/9000