I am pleased to announce that fourth year in a row I have been awarded Microsoft MVP for Dynamics CRM. Thanks to Microsoft, Dynamics CRM community members and my MVP program manager Biplab Paul and MVP program lead Tanmay Kapoor. Special thanks to my family member and my community friends for their continuous support. A big thanks to my blog… Read more »
Today we are going to discuss Quick Create Forms which is a new feature added in MS CRM 2013. Quick create form facilitate ms crm user to create entity record quickly as name suggest, just filling key information (you can decide your key attributes that you want to put on this form). By default you will get quick form in some… Read more »
Very informative post regarding Data Mining with Microsoft Dynamics CRM
Recently we did MS CRM 2013 beta migration upgrade for one of our organization, where we have multiple plugins and lots of Java Script web resources with custom Silver light web resources. We have done our customization in classical forms. To upgrade we followed below steps Step1. First we took full backup from our old Database server. Step2. Restore organization… Read more »
Suddenly we starting getting above error when we were trying to connect through plugin registration tool, so we also tried to browse organization service and got error as well. But when we restarted Microsoft Dynamics CRM Asynchronous Processing Service it worked perfectly !!! HIMBAP | Need any help in customization Contact US !!
MS CRM 2013 beta in place upgrade was a quite simple process , we are sharing our experience with in place upgrade for simple test organization. Step 1. Download MS CRM 2013 beta from Microsoft Connect Step 2. Before starting your installation you need to make sure You should have latest rollup installed for Ms CRM 2011 or at least… Read more »
If you are excited about Microsoft Dynamics CRM 2013, then check Microsoft Dynamics CRM 2013 Release Preview Guide, this guide provides information about what we are going to get in MS CRM 2013 !!!. Enjoy !!
Recently PACKT publised Microsoft Dynamics CRM 2011 Cookbook, a book written by Dipankar Bhattacharya. This book is equipped with good details about Microsoft Dynamics CRM 2011 from functional as well as technical aspect. Chapter 1: Installing Dynamics CRM 2011 Complete information about Installing Microsoft Dynamics CRM 2011 and related components like outlook client, email router and reporting extensions. The good… Read more »
Are you looking to close your custom entity using SDK, then this post is for you. We can close ms crm custom activity type entity like other entities using SetStateRequest message. You can use below code for the same public void CompleteTextMessage() { IOrganizationService _CrmService = GetCRMService(); //a function to return ms crm service object SetStateRequest _SetStateReq = new… Read more »
Did you ever get a requirement to decrease your product’s quantity on hand value by 1 using OOB workflow ? We found one post in Microsoft Development Forum and thought of writing this blog post so that it can help other CRM folks. Let’s say we are using case entity and when a case is resolved we need to decrement… Read more »