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

Html email template
Hi
I have created an html email template according to the requirement
i need to display the check box value for one field i.e.
- Was the trainer present (yes, if checked – no, if unchecked),
i have done this way Was the GAP Card Site reviewed: (yes, if checked – no, if unchecked
{!if(!Visit__c.traine attended ''Yes'', "No")} its not working
kindly help me in displaying the checkbox value...
Thankls in advance
sashi
The if statement should look like this:
This should display Yes if the value is true(checked) and No if the value is false(unchecked).
Hope this helps!