Enhancement Tracking in CRM | ||||||||||||||||||||||||||||||||
KBA-01073-DF94ST | ||||||||||||||||||||||||||||||||
Summary | ||||||||||||||||||||||||||||||||
Tracking Enhancements in CRMCRM MVP Mitch Milam returns as a guest blogger. You can read more at his blog. While working on any CRM installation, you will inevitably find yourself needing to record possible enhancements to the system. What better place to store that information than within CRM itself? The Enhancement Entity We will first need to create a new entity called Enhancement, which will look like this: As you can see, the Ownership type is set to User so that each Enhancement can be assigned to a specific CRM user. Since this Entity will generally be used by System Administrators or System Customizers, we’re only going to expose it in the Settings Area. I’ve decided to name the Enhancement’s Primary Attribute Topic, which will record the Entity, area of action, or section within CRM that needs to be modified: Adding Attributes The following attributes are added to the Entity:
Feel free to make changes to this structure as your needs dictate. Status Attribute OnChange Event We have just a minor amount of JavaScript in this solution, and it is really just to help with the final disposition of the Enhancement request. If the user selects a Status of Completed, it will set the Percent Complete value to 100 and the Date Completed to today’s date. Afterwards, both attributes will be disabled so they can’t be changed:
Form OnLoad Event To ensure that our form displays properly, we need to check the Percent Complete Attribute and if it set at 100%, we’ll disable the field:
Final Result And here is what the user will see when creating a new Enhancement Request: Conclusion Today I’ve shown you how to create a simple Enhancements Request system within CRM. You can expand on this solution by adding workflow automation to send out notifications, make sure deadlines are met, etc. with just a little more effort. The customizations for this solution have been uploaded to the Free Utilities section of my blog for your convenience. Cheers, Published Tuesday, August 11, 2009 10:07 AM by crmblog
Filed under: Customization, Tips and Tricks, Guest Star, MVP, Entities | ||||||||||||||||||||||||||||||||
Additional Comments | ||||||||||||||||||||||||||||||||
Views:
Keywords: CRM Change Management Entity Enhancement