Favoritesuman Banoth asked in #Trailhead ChallengesMay 11, 2019, 10:16 AMNeed help with formula fieldScenario: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 answerSortSort by DateSort by Most HelpfulSort by DateNarender Singh (-)May 11, 2019, 10:43 AMUse 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.Add a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Narender Singh (-)May 11, 2019, 10:43 AMUse 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.