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
Sainath VenkatSainath Venkat 

formula field to add year to date field

Hello Guys,

I was working on one interesting scenario.
I am creating a record using process builder and I have date field called "Start_date__c", I want to pass a value "01/08/CURRENTYEAR" into that field.
Can anyone help me out in doing this if possible. i believe it should be done through formula field.
Best Answer chosen by Sainath Venkat
Bishal Singh 12Bishal Singh 12
DATE(YEAR( TODAY() ),8,01) in the formula field.

All Answers

Bishal Singh 12Bishal Singh 12
DATE(YEAR( TODAY() ),8,01) in the formula field.
This was selected as the best answer
Raj VakatiRaj Vakati
You can set the value  with TODAY() formula