locked
How does MSCRM 2011 determine the user time zone? RRS feed

  • 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
    Thursday, October 20, 2011 10:15 PM
    Answerer
  • 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".
    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
    Thursday, October 20, 2011 10:15 PM
    Answerer
  • 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".
    Thursday, October 20, 2011 10:34 PM