Skip to main content
if the end date of my "parent contract" younger as the end date from the "child contract", then show me in my new form field "SOS". thank you! i'm beginner
1 件の回答
  1. 2017年8月8日 11:08
    Tom,

     

    what do you mean by form? Do you mean page layout? 

     

    If yes, then your formula could be:

     

    Formula field: Return type: Text

     

    Formula: 

     

    IF(end_date__c < Parent_Contract__r.end_date__c, 'SOS','')

     

    please try. 

     

    Thanks
0/9000