Category Archives for "Customization"

CRM 2013: Modifying Administration Navigation

While we’ve already discussed using the Quick View Menu to help with Dynamics CRM 2013 navigation, I thought I’d take the opportunity to show a technique to assist Dynamics CRM System Administrators. First of all, I would like you to download the CRM SiteMap Editor from Simpler Software: http://crmsolutionmanager.com/Download.aspx It’s free and is very helpful […]

Continue reading

1 ALM for Microsoft Dynamics CRM 2011: CRM Solution Lifecycle Management

As Microsoft Dynamics CRM continues pushing towards the enterprise space, it becomes increasingly important to support the requirements of the enterprise—not only through the product but also in terms of functionality, scale, resilience, and security. From an implementation perspective, enterprises expect to be able to have structured, repeatable processes that are predictable and well documented […]

Continue reading

9 Exception handling in Custom workflow activities

Handling exceptions is an important part of any development effort. In the past few months, I’ve run across several instances where exceptions are not being properly handled in custom workflow activities. Normally, this doesn’t actually cause issues with the workflows in which the custom workflow activities are being used: The workflow step will fail with […]

Continue reading

2 CRM SDK Nugget: Create Solutions That Support Multiple Languages

I my class last week we were discussing customizing CRM and the need to translate custom text and option set labels into other languages. Last weekend, by accident, I found this topic: Create Solutions That Support Multiple Languages Which discusses a variety of techniques related to custom solutions and handling multiple languages. The specific sub-topic […]

Continue reading

1 CRM 2011 SDK Nugget: Images

If you’ve ever explored the CRM SDK folder system, then you have probably noticed it includes various unexpected goodies, which is the topic for today’s article. Look in: sdk\resources\images and you will find 2,540 files representing the various user interface components, such as icons. So, if you’ve ever needed to create an add-on that needs […]

Continue reading