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
kmunsonkmunson 

CloseDate + 60 days

Does anyone know how to create a formula field the adds 60 days to the close date. Seems straight forward but I keep receiving the error "Error: Formula result is data type (Date), incompatible with expected data type (Date/Time)." Help. 

NerdFishNerdFish

Be sure that when you are at "Formula Return Type" you select Date and not Date/Time.

 

I just did it using date.  When I was recreating my steps so I could talk you through step by step, I selected date/time and got the error.  Switched it back to date and no error.

kmunsonkmunson

Thanks for the response. Works now.