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 »
Nice Post for Sharepoint Online and CRM Online Integration
Check Out huge collection of Free Microsoft eBooks for you, including: Office, Office 365, SharePoint, SQL Server, System Center, Visual Studio, Web Development, Windows, Windows Azure, and Windows Server
If you want to have look on what is changing in Microsoft Dynamics CRM release, Check this post, it will help you to understand new features added and what is removed from Microsoft Dynamics CRM. HIMBAP | Need any help in customization Contact US !!
Today I got this error when I was preparing a Silver light training session, when I tried to build my Silver light web resource, it failed and when I check error list I got below error message: When I tried to search, I found we need to include “Microsoft.CSharep.dll” reference in our project, and I once I added it from… Read more »
In our last post we explained how we can hide ribbon button on MS CRM 2011 entity form manually by modifying ribbon xml, in this post we are going to explain how this can be implemented using ribbon editors addon available in market. We are going to use Ribbon Workbench for CRM 2011 for this demo, so let’s start: Step1:… Read more »
If you have a requirement to hide ribbon buttons in MS CRM 2011 then this post is will help you. Sometime there some system ribbon button which is not required by our client, so if we need to hide them we have two below options: Modify Ribbon XML file manually. User Ribbon Editors addon available. Let’s say we need to… Read more »