Skip to main content
When call a field which is checkbox datatype in Formula, its says following  result is data type (Number), incompatible with expected data type (Text).
5 respuestas
  1. 8 ago 2011, 20:41
    IF( CourseOutline__r.Item__r.IsWorkPlacement__c , IMAGE("/img/checkbox_checked.gif", "Checked" ) , IMAGE("/img/checkbox_unchecked.gif", "Unchecked") )

     

    Above formula is used to call checkbox field in the other object.
0/9000