Monday, August 18, 2014

Fetch-based report, Sandbox and TCP 808(rsProcessingAborted error when running custom reports)

Just a reminder, if you deploy a Dynamics CRM 2011/2013 on different servers, you need to allow the inbound TCP port 808 on the Windows Firewall Inbound Rules on the CRM application server, or change it to something meaningful to you.

Monday, December 30, 2013

Authenticate Office 365 Users with Microsoft Dynamics CRM Online

Just for the quick note Microsoft CRM Online has been changes this day to authenticate. Below I am posting code sample that will help many of us. the code only works for CRM 2011 online and Office 365 users/. Define Username and Password: private const String UserName = "xxx@jaxaracrm.onmicrosoft.com"; private const String Password = "xxxxx$";

Necessary Dynamics CRM Link

http://dynamicscrm2011.wordpress.com/tag/crm-2011-add-button-ribbon/
http://dynamicscrm2011.wordpress.com/tag/adding-a-tab-to-the-existing-ribbon/
http://msdn.microsoft.com/en-us/library/gg334341.aspx
http://gotcrm.blogspot.com/2012/12/business-intelligence-for-crm-2011-data.html