-
Recent Posts
Tags
Categories
Archives
Meta
Monthly Archives: June 2012
Dynamics CRM: Country/Province (and other) dropdown lists
Dynamics CRM does not support dropdowns for the lookup fields out of the box, but it is not unusual when we really need a dropdown rather than a lookup. The most obvious example is when we need to set country/state … Continue reading
Configuring Update Notifications for Dynamics CRM
Download the solution Deploy the solution Note: This solution does not update any of the system entities. Once the solution is deployed, publish all customizations In order to configure update notifications for a particular entity form, go to Settings->Customizations->”Customize … Continue reading
Posted in Dynamics CRM, Dynamics Tools, Entity Watcher, Twitted
Tagged Dynamics CRM 2011, Tools & Solutions
1 Comment
#Kendo UI for ASP.NET MVC
Telerik seems to have a really nice set of jquery-based UI components: http://www.kendoui.com However, their “Kendo UI for ASP.NET MVC” requires a bit of polishing in terms of installation instructions since right now they are somewhat messy. Here is what … Continue reading
Dynamics CRM Portals: Editable grid
Earlier today, I wanted to see if I could make an editable gridview using Dynamics CRM portal libraries. So, I pretty much followed portal walkthrough to create a project, and I ended up with the following aspx markup: <crm:CrmDataSource ID=”Contacts” … Continue reading
Dynamics CRM Portals: Could not load file or assembly AntiXssLibrary
If you happen to try this walkthrough: Walkthrough: Build a Web Application That Connects to Microsoft Dynamics CRM 2011 Using Developer Extensions you might find yourself looking at the following error: Could not load file or assembly ‘AntiXssLibrary, Version=4.0.0.0, Culture=neutral, … Continue reading
Dynamics CRM activity parties in c#
Every once in a while I need to add an activity party to a Dynamics CRM entity from my c# code, and, every time, I have to lookup for the right code in an older project. Just so I don’t … Continue reading
