Adding Deployment Administrator in MS CRM Online

If you want to register custom business logic (plugin/custom workflow) in MS CRM, you should be part of the deployment admin group. In this post we are going to provide you information for adding user in Deployment Admin group in case of MS CRM Online. If you are creating new user from Microsoft Office 365 Admin Portal you  can add… Read more »

5 Microsoft Dynamics CRM Online Spring ‘14 and Microsoft Dynamics CRM 2013 Service Pack 1 Features

Duplicate Detection are Back !! This feature was removed from MS CRM 2013 at the time of create and update so customer started using custom solution for duplicate detection. But with latest release this feature is back with enhancement, and now this  feature is also available in CRM for tablet as well. Solution Export Version This is another  xRM feature added where… Read more »

"System.servicemodel.serviceactivationexception 500" – WCF Rest Service

Suddenly we started getting above error in one of our MS CRM Dev environment where we have one WCF Rest service running for MS CRM 2013 custom integration. After enabling tracing in wcf service we found below detailed error message <Message>Memory gates checking failed because the free memory (175853568 bytes) is less than 5% of total memory.  As a result, the… Read more »

Price list currency must match ….. Error

One of our end user reported below issue in MS CRM 2013 online organization, while trying to create order he was getting this issue. Mostly this error comes when the currency used in sales entities is different than the currency used in price list referred in sales entities. But in our case, when we compared currency in order and price… Read more »

Action Microsoft.Crm.Setup.Common.Update.DBUpdateAction failed error while installing MS CRM 2013 UR 2

Recently we did a MS CRM 2013 upgrade from MS CRM 4.0 for one of our customer and during the installation of MS CRM 2013 UR 2 we got this error. We tried to look if someone has faced this issue before and found this thread (thanks to poster) ,in Microsoft Dynamics forum, although it is an unsupported changes but… Read more »

Update sub grids record in MS CRM

Did you get a requirement to update child entity records available in sub grid in parent entity, so for example if you are working opportunity and you need to update all the related quotes records which is available in quote sub grids under opportunity screen. You can use below code and can modify based on your requirement function GetAllQuotesIds() {… Read more »