Posts

Convert DateTime to CrmDateTime in MSCRM 4.0

Use the below method to convert dateTime to CrmDateTime in MSCRM 4.0. public static CrmDate ConvertToCRMDateTime(DateTime dateTime {           CrmDateTime crmDateTime = new CrmDateTime();           crmDateTime.date = dateTime.ToShortDateString();           crmDateTime.time = dateTime.ToShortTimeString();          TimeSpan offset = TimeZone.CurrentTimeZone.GetUtcOffset(dateTime);          string sOffset = string.Empty;         if (offset.Hours < 0)              {                         sOffset = "-" + (offset.Hours * -1).ToString().PadLeft(2, '0...

ERROR after configuring from HTTP to HTTPS

When I configure MSCRM from http to https ,I met some strange issues. I received the error information as below : System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure. at System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception) at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.ProcessReceiv...

History -- MS Dynamics CRM

• Microsoft CRM 1.0 Microsoft CRM 1.0 launched in January 2003. • Microsoft CRM 1.2 Microsoft CRM 1.2 was released on December 8th 2003[3]. Microsoft CRM 1.2 was not widely adopted by industry. • Microsoft Dynamics CRM 3.0 The second version was rebranded as Microsoft Dynamics 3.0 (version 2.0 was skipped entirely) to signify its inclusion within the Dynamics product family and was released on December 5th, 2005 [4]. Notable updates over version 1.2 are the ease of creating customizations to CRM, the switch from using Crystal Reports to Microsoft SQL Reporting Services, the ability to run on Windows Vista and Outlook 2007, and support for Exchange 2007. Significant additions released later by Microsoft also allowed Dynamics CRM 3.0 to be accessed by various mobile devices and integration with Siebel. This was the first version that saw reasonable take up by customers. • Microsoft Dynamics CRM 4.0 Dynamics CRM 4.0 introduced in December 2007 . It features multi-tenanc...

MS Dynamics CRM 2011

Microsoft gives a new name "Dynamics CRM 2011" which was earlier code named as CRM 5.

Lookup page displayed on click of addexisting throws error.

Look up - web page dialog error message appears when you Add an existing entity to a another entity. This error is due to more than 18 columns being displayed in the lookup view. To fix this error the number of columns in the lookup view needs to be reduced to 18.

All Lookup pages in MS CRM throw error

All the look up pages shows the generic error message and does not show up the look pages. This is because the users do not have access to the folder " \Microsoft CRM\Server". This folder requires Read/Execute/List permission to be given for the users.  After thse permissions are given, all the lookup pages worked fine.

Mail sent from MS CRM is not visible in the sent items folder in OUTLOOK of the user

If the mails sent from MSCRM needs to be visible in the sent items folder in the OUTLOOK, then outgoing email access type should be set to "Microsoft dynamics crm for Outlook". Only in this case the sent emails from MSCRM will be visible in the sentitems folder in the Outlook.