Monthly Archives: December 2011

Monotouch Day 2: Images and Icons

As I’m working through the tutorials and other documentation I realize that you’re going to need quite a few icons and images for my applications.  A possibility of 11 to be exact, depending on if I’m creating a universal app or targeting only a specific platform. Here is the summary: Location Size App Icon (iPhone)s […]

Continue reading

Microsoft Security Bulletin MS11-100 and Dynamics CRM

Vulnerabilities in .NET Framework Could Allow Elevation of Privilege (2638420) Microsoft has release a fix for a security vulnerability identified at a security conference yesterday.  Since Microsoft Dynamics CRM is an ASP.NET application, any servers running CRM could be affected. Here is a summary of the issue from the above site. Please review Microsoft’s recommendations […]

Continue reading

Monotouch Day 1: Getting Started

Boy oh boy, talk about a learning curve. It is not rocket science by any means, but learning how the new tools work, and work together, makes for some long self-education sessions. The biggest issue that I face is just plain not knowing and/or understanding the various messages that get displayed or reported. As a […]

Continue reading

Multi-Column Sorting Views in Dynamics CRM 2011

Views within Microsoft Dynamics CRM 2011, by default, support up to two pre-defined sortable columns, which are selected when the view is defined. However, it is possible to manually sort any View on multiple columns using a combination of your mouse and keyboard. Let’s walk through the process: Here is a view of some Contact […]

Continue reading

21 Days of Monotouch

I have been attempting to carve out time in my schedule to work with Xamarin’s Monotouch framework for developing applications on the iOS platform – iPhone, iPad, etc.  ( I also own a license for Mono for Android but that may be another story altogether. ) Finally, due to the inevitable end-of-year slow-down, the time […]

Continue reading

1 Developer Tip ‘o the Day: Ribbons and Web Resources

You can customize the CRM 2011 Ribbon to add additional functionality via buttons, for example. When you add such a button, you use Web Resources to identify things such as icons and JavaScript functions, like this: $webresource:new_CloneRecord.js $webresource:new_CloneRecord32x32 It important to remember that any Web Resources referenced by the Ribbon exist ( added to CRM […]

Continue reading

Refreshing a CRM View

In case you didn’t know, there is a refresh button built into the display of each and every View within CRM. If you look in the upper-right corner of the View, you’ll see two circular-green arrows: Clicking this button will refresh the contents of the grid. There is one caveat, however: If you have altered […]

Continue reading

Help get your Dynamics CRM Case Solved Faster using Diagnostics

Dana Martens of Microsoft posted an article on the CRM Team Blog about some tools and techniques that will help you help the support team when you open a support case. http://blogs.msdn.com/b/crm/archive/2011/12/13/help-get-your-case-solved-faster-using-diagnostics.aspx If you submit cases through CustomerSource or PartnerSource, it’s worth reading and is something that I try to do whenever I open a […]

Continue reading

1 What is inside a CRM 2011 Solution file anyway?

Dynamics CRM 2011 introduced us to Solutions, which are self-contained packages of components, customize CRM 2011 to add specific features and/or entities. Like the exported customizations in CRM 4.0, a solution file is a ZIP file, but it can contain a variety of information.  Here is a sample of the contents: Files: [Content_Types].xml customizations.xml solution.xml […]

Continue reading