Category Archives: Uncategorized

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 »

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 »

2012 in review

Mahender   January 1, 2013   No Comments on 2012 in review

The WordPress.com stats helper monkeys prepared a 2012 annual report for this blog. Here’s an excerpt: 19,000 people fit into the new Barclays Center to see Jay-Z perform. This blog was viewed about 75,000 times in 2012. If it were a concert at the Barclays Center, it would take about 4 sold-out performances for that many people to see it…. Read more »

Getting Current User Security roles in Silverlight Webresource- MSCRM 2011

If you are looking to get current user security roles in silverlight webresource, you can use below function for the same. I am using SilverCrmSoap library available in codeplex and SilverlightUtility that comes with CRM SDK. It will fetch all the security role based on userid,once you have security roles you can loop thorugh it and can check for any particular… Read more »

Send All notes in Email through Workflow with Record link

As we all know in CRM notes are stored in annotation entity, like records. For example if you have added 3 notes in account there will be three different record in annotation entity related to that account. In my current project we got requirement to send Notification when a new notes is added to Opportunity. This can be easily achieved… Read more »

2010 in review

Mahender   January 2, 2011   No Comments on 2010 in review

The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here’s a high level summary of its overall blog health: The Blog-Health-o-Meter™ reads This blog is on fire!. Crunchy numbers A helper monkey made this abstract painting, inspired by your stats. The average container ship can carry about 4,500 containers. This blog was viewed about… Read more »

Check Requirement Level through Code

Some time we need to check requirement level of specific attribute in run time, this can be done using metadata webservice. For example I am taking accountnumber attribute of account entity, I have changed it’s Requirement level to Business Required for my demo purpose so let’s check through code, I have created a website project in Visual studio with default aspx… Read more »