Wednesday, January 20, 2010

Making Description Field Required in Close Opportunity Dialog

This is unsupported customization, so be careful.

Open folder with your CRM website. Open SFA\opps subcatalog.

Thursday, January 07, 2010

Setting attribute description as a tooltip for a field in entities forms in Microsoft Dynamics CRM 4.0

There is simple way to set tooltip text for field on CRM form. You can do it with following script placed on OnLoad event handler of some CRM form:

crmForm.all.<field name>_c.title = 'Tooltip text';
crmForm.all.<field name>_d.title = 'Tooltip text';


It will be hard work to create detailed tooltips for all fields placed on form
using this script. I've decided to develop script which will set text of field's tooltip based on description of field in attribute customization form.

Tuesday, January 05, 2010

Saturday, January 02, 2010

MVP award

I have been awarded Microsoft MVP - Dynamics CRM.
Thanks for my family, friends, colleagues and of course Microsoft.

You can see my MVP profile here: https://mvp.support.microsoft.com/profile/Andriy.Butenko