You need to sign in to do that
Don't have an account?
Help regarding date formula field Today()
Hi All,
I have created a Formula Field with return type as 'Date' and have set the value as Today().To store the value of the date i create the record on.But i observe that when i create a record on current date it is auto updating the previously created record with current date/todays date instead of retaining yesterdays date for it/or the date on which it was created.
Thanks for Any Help in Advance...!!
I have created a Formula Field with return type as 'Date' and have set the value as Today().To store the value of the date i create the record on.But i observe that when i create a record on current date it is auto updating the previously created record with current date/todays date instead of retaining yesterdays date for it/or the date on which it was created.
Thanks for Any Help in Advance...!!
If you want to use the CreatedDate as Date in reports it is already avilable for you, no need to create custom field again.
All Answers
If you want to use the CreatedDate as Date in reports it is already avilable for you, no need to create custom field again.
Formula field is always calculated real time, so you can't store the value.
As your requirement need date on which the record is create.
You can create Date field with the defualt Value Today().
Thanks so much for your time and patience and your valuable Suggestions...!
Instead of using Today() I made use of Standard Field - Created Date...!