You need to sign in to do that
Don't have an account?
Hari.gs
Created Date
Hi,
My requirment is to store only the Created Date in a separate field in Lead Object. Currently there is a field Created By in the Lead Object which contains Name and Date. Is there any simple method to store only the created date value in a separate field?
Thanks
Hari G S
Hi
You can create a formula field with DATEVALUE(CreatedDate) date and return type is Date.
If your question is resolve please mark it as accept as a solution, If not please let me know.
All Answers
Hi
You can create a formula field with DATEVALUE(CreatedDate) date and return type is Date.
If your question is resolve please mark it as accept as a solution, If not please let me know.
and set the value as DATEVALUE(CreatedDate)
Thanks.....:)