Replace True/False in Checkbox Fields with Other Values

When outputting the checkbox fields, it is possible to replace the True or False value with other values.

 

Overview

Examples of Use

  • Output True as "Yes" and False as "No.

 

Required settings

  • Merge Fields Settings (OFC Ver.2)
  • OFC_Template Record Settings (OFC Ver.1)

 

 

Merge Fields Settings (OFC Ver.2)

Set up the merge field in the template file in the following format.

 

Merge Fields Format

{!Object API Name.Field API Name, True Value;False Value}

 

e.g. {!Opportunity.IsDelivery__c, Yes;No}

 

 

OFC_Template Record Settings (OFC Ver.1)

Open the OFC_Template Record screen and enter the "(Optional) Checkbox Fields" section values.

 

Replace CheckBox Value: Check on if you want to output True and False with different values.

Replaced True Value: Enter the value to be output in place of True. e.g. Yes

Replaced False Value: Enter the value to be output in place of False. e.g. No