Skip to main content
Scenario:i need to create a formula field called FEE PAID return type should be checkbox.I have course fee field available in that course.how to create this field.help here.
1 answer
  1. May 11, 2019, 10:43 AM

    Use this formula for your formula field:

    NOT(ISBLANK(Fee__c))

     

    Make sure you are using the API name of the Fee field in the formula. Use the Insert Field button for the same.
0/9000