
I want to use checkboxes but had trouble. Went to text field and am able to set to YES or NO using the following formula:
IF(CONTAINS( BillPayWildcard__c , "PSCU"), 'Yes', 'No')
Is there an easy was to use a formula for a checkbox field instead of a text field, and then set the checkbox to 'checked' or not checked??
Thank you.
답변 7개
- please use update field of workflow
when you click -- on workflow rule -- you use field upate and then select the field -- you can see the image above it will help you