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
LinThawLinThaw 

Why time is not shown in Created Date for report records?

hi there,

Is there another way to show time for Created Date,
without using custom field.

Regards,
LinThaw.
Best Answer chosen by LinThaw
FearNoneFearNone
hi LinThaw,

The report's STANDARD functionality doesn't have this feature to show date and time (Both) of activity in a report.
1. you need to create a formula-custom field.
2. return type as Date/Time
3. value is the created date-field.

https://help.salesforce.com/articleView?id=000176025&type=1

All Answers

FearNoneFearNone
hi LinThaw,

The report's STANDARD functionality doesn't have this feature to show date and time (Both) of activity in a report.
1. you need to create a formula-custom field.
2. return type as Date/Time
3. value is the created date-field.

https://help.salesforce.com/articleView?id=000176025&type=1
This was selected as the best answer
LinThawLinThaw
Thanks FearNone...
FearNoneFearNone
if that answers your question, can you mark it as answer?... I would really appreciate it.
LinThawLinThaw
Sure!
but Salesforce Admin should mark it as best answer. :) if there is no another way.
Thanks for your link again.
Merethe AndersenMerethe Andersen
I just tried to add a row level formula field where I just added the field and set output to Date/time, and it works like a charm :) 
Zachary Bellamy 12Zachary Bellamy 12
@merethe Andersen - This answer was imensly helpful. Thank you! Able to solve without creating a custom field!!