
1 answer
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

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