You need to sign in to do that
Don't have an account?
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.
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.
"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.