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
PronowPronow 

Use of start and end of day field on User object in Salesforce?

Hello there,

I want to understand the use of these two fields on User object:

1. Start of day
2. End of day

Please advice.

Thanks in advance.
Jen BennettJen Bennett
Looks like they are there to define the times that show on the user's calendar: https://help.salesforce.com/HTViewHelpDoc?id=user_fields.htm&language=en_US
Rajesh PotnuruRajesh Potnuru
Hi Pronow,

"The fields aren't directly accessible from the API (duh) but that if you create a Formula Field and populate it with the value of the Start and End times, you can then access the Formula Field via the API. "

End of day : Time of day that user generally stops working. Used to define the times that display in the user’s calendar.

Start of day : Time of day that user generally starts working. Used to define the times that display in the user’s calendar.


Thanks,
Rajesh Potnuru

* Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.