function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Force.platformForce.platform 

workflow rule on date field

Hi All,
            I have one date field Responded_date__c. so whenever this field contain value then email alert should send to user.
i am not getting, how to set rule criteria. can anyone suggest how to check whether responded date contain value or not?

Thanks 
siva sankar 29siva sankar 29
In the Rule Criteria use Responded_date__c "not equal to" and value to empty
Jega DeivaJega Deiva
Hi 
    Create a workflow rule for  Responded_date__c , set evaluation criteria as "created, and any time it's edited to subsequently meet criteria" and set the rule criteria as " Responded_date__c  not equal to  Null".

Thanks
Jega