A user wants to display a Custom Checkbox as Null or Blank on Transactions sublist under the Sales subtab on Customer Records if the Checkbox is not checked or set to False.
Solution
- Create a Custom Transaction Body Field
- Navigate to Customization > Lists, Records, & Fields > Transaction Body Fields > New
- Label: Enter Label
Example: CF Checkbox - ID: Enter _checkbox
- Type: Select Checkbox
- Store Value: Enter Checkmark
- Click Applies To
- Sale: Enter Checkmark
- Click Save
- Open Customer record
- Click Transactions
- Click Customize View
- Search Title: Custom Transaction Default Sublist View
- Field:
- Note: For every required field use the drop-down menu to select it and once adjusted click Add if needed.
- Select Formula (Text)
- Formula: Enter CASE WHEN{custbody_checkbox} = ‘T’ THEN ‘Yes’ WHEN {custbody_checkbox} = ‘F’ THEN ” ELSE ” EN
- Select Formula (Text)
- Click OK
- Click Save