Skip to main content
Joe Alcodray 님이 #Data Management에 질문했습니다
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개
  1. 2012년 7월 8일 오후 3: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