Skip to main content
I've created several new non-editable fields that I want to set the value of based on the value of another field in the object.

 

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 Antworten
  1. 8. Juli 2012, 15:18
    -

    - 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

     

    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

0/9000