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
Reddi Prasad M 7Reddi Prasad M 7 

How to check whether the opportunity is closed on same day?

ABS(CloseDate - DATEVALUE(CreatedDate)) = 0

worked well in validation rule but when i am trying to check in  process builder it didnt worked....
AnuragGautamAnuragGautam
You can use "equals" operator.
Dhanya NDhanya N
Hi Reddl,

Check the below screenshot:

User-added image

Use [Opportunity].CreatedDate = [Opportunity].CloseDate in Set Condition.

Thanks,
Dhanya