Answered by:
How does MSCRM 2011 determine the user time zone?

Question
-
I am currently working with MSCRM 2011 Online through advance developer extension early bind. I am aware that my input datetime is stored in MSCRM 2011 Online in UTC format however I am not sure how MSCRM determine user time zone. Is it through browser setting or it is preconfigured the moment the class file is generated with crmsvcutil.exe?Thursday, October 20, 2011 5:38 PM
Answers
-
Hi,
The user's time zone is set within personal options within CRM. For the web client, click 'File > Options' you will see the 'Set the time zone you are in.
For the Outlook client, click File > CRM > Set personal options.
Rob
Microsoft Certified Technology Specialist (CRM) GAP Consulting Ltd Microsoft Community Contributor Award 2011- Marked as answer by Donna EdwardsMVP Friday, October 28, 2011 12:58 PM
Thursday, October 20, 2011 10:15 PMAnswerer -
Hi,
You can retrieve the User Time Zone (timezonecode attribute value) settings programatically by Retrieving usersettings entity via systemuserid (User Record GUID) attribute using CRM Webservice CrmWebservice.RetrieveMultiple() method. You may also refer: http://technet.microsoft.com/en-us/library/gg328438.aspx
Jehanzeb Javeed
http://worldofdynamics.blogspot.com
Linked-In Profile |CodePlex Profile
If you find this post helpful then please "Vote as Helpful" and "Mark As Answer".- Proposed as answer by Jehanzeb.Javeed Thursday, October 20, 2011 10:34 PM
- Edited by Jehanzeb.Javeed Thursday, October 20, 2011 10:34 PM
- Marked as answer by Donna EdwardsMVP Friday, October 28, 2011 12:58 PM
Thursday, October 20, 2011 10:34 PM
All replies
-
Hi,
The user's time zone is set within personal options within CRM. For the web client, click 'File > Options' you will see the 'Set the time zone you are in.
For the Outlook client, click File > CRM > Set personal options.
Rob
Microsoft Certified Technology Specialist (CRM) GAP Consulting Ltd Microsoft Community Contributor Award 2011- Marked as answer by Donna EdwardsMVP Friday, October 28, 2011 12:58 PM
Thursday, October 20, 2011 10:15 PMAnswerer -
Hi,
You can retrieve the User Time Zone (timezonecode attribute value) settings programatically by Retrieving usersettings entity via systemuserid (User Record GUID) attribute using CRM Webservice CrmWebservice.RetrieveMultiple() method. You may also refer: http://technet.microsoft.com/en-us/library/gg328438.aspx
Jehanzeb Javeed
http://worldofdynamics.blogspot.com
Linked-In Profile |CodePlex Profile
If you find this post helpful then please "Vote as Helpful" and "Mark As Answer".- Proposed as answer by Jehanzeb.Javeed Thursday, October 20, 2011 10:34 PM
- Edited by Jehanzeb.Javeed Thursday, October 20, 2011 10:34 PM
- Marked as answer by Donna EdwardsMVP Friday, October 28, 2011 12:58 PM
Thursday, October 20, 2011 10:34 PM