Step By Step integrating Bing Maps in MS CRM 2011 Part 2

In my earlier post Step By Step integrating Bing Maps in MS CRM 2011, I have explained how we can simply use Bing maps to show address information in MS CRM entity form, I got many comments in that post where user were facing below issue                                                                             ‘Microsoft’ is undefined So I thought to try the same example again and when… Read more »

Onrefresh Not working Anymore after upgrading to Polaris

We started facing issue in one of our organization after it is upgraded to Polaris. In oportunity form we have used attach event to attach onrefresh event to subgrid to refresh opportunity form after doing any modification in line items. var ProductSubgrid = document.getElementById(“opportunityproductsGrid”);        ProductSubgrid.attachEvent(“onrefresh”, FunctionName); So I tried to check if someone else is facing this issue and… Read more »

Win A free copy of the 'Microsoft Dynamics CRM 2011 Application Design just by commenting !

I have good news for my readers, I am organizing a contest where I have two copies of my book (Microsoft Dynamics CRM 2011 Application Design) that I will give to our two lucky winners. How you can win: To win your copy of this book, all you need to do is come up with a comment below highlighting the… Read more »

Get Customer address in Sales entities using HTML web resource

We got a requirement to show customer address (more address) in opportunity entity, so that customer can select bill to address from there. So I thought to create a html web resource to show customer address based on the customer selected in opportunity form, but this web resource can be used in any of the sales entity to fetch more… Read more »

Unable to create Silverlight Project in Visual Studio 2010

I was trying to create silverlight project in my laptop and I got error that you need to install Silverlight Developer environment, this was strange to me because I had silverlight developers runtime environment installed on my machine. I clicked on the link provided by visual studio 2010 and downloaded it again and when I tried to install it I… Read more »

Microsoft Dynamics CRM 2011 Customization & Configuration Certificate Guide – Review

Book Review Chapter 1: Overview of Microsoft Dynamics CRM 2011 This chapter deals with technical details of Microsoft CRM 2011 like Microsoft CRM 2011 Architecture and different layer with different deployment options available. A good explanation about supported and unsupported customization in Microsoft CRM 2011. Chapter 2: Configuring the System Settings This chapter is about Configuring Microsoft CRM 2011, it… Read more »

Silverlight process missing in VS 2010, while trying to debug

I was working on a Silverlight component yesterday and I was facing some issue, so I thought let’s debug my XAP file to see what is causing this issue. When I tried to attach Silverlight process in my source code, I was unable to get Silverlight process. Earlier I was able to debug my XAP files without any issue, but… Read more »