I am comparing 2 datetime fields in a UI field and not sure why I am not getting the results expected.
IF( {{UI_Only_Field__r.Delete_Date_Time__c}} > {{Completed_Date_Time__c}} ,“True”,“False”)
These are the results:
I am comparing 2 datetime fields in a UI field and not sure why I am not getting the results expected.
IF( {{UI_Only_Field__r.Delete_Date_Time__c}} > {{Completed_Date_Time__c}} ,“True”,“False”)
These are the results:
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.