Merge Field How do I output today's date and current time? Today's date and current time can be output. Use the Today() and Now() functions for merge fields. Available in Ver.2.0 ... Merge Field
Merge Field How do I change the check box field value? Checkbox field values can be replaced True/False with other values. e.g. {!Opportunity.IsDelivery__c, Yes;No} Instructio... Merge Field
Merge Field How do I set a formula to merge fields? Formulas cannot be used such as {!If(xxxxx)} for the merge field. Create a formula field in Salesforce and set the formu... Merge Field