Custom tooltip in CRM 2011

Posted on

Hi,

Out of the box CRM doesn’t allow you to setup a custom tooltip. To add a custom tooltip in CRM.

1. Add following javascript on the form –

 

AddressValidator

replace crmfieldscehmaname with the actual schema name. (this is case sensitive)

2. Add following method

AddressValidator

3. Add following method

AddressValidator

 

4. Call the Addtooltip method method on load of the form. Pass the control id and the tooltip text.

Hope it helps.

Cheers

 

 

One thought on “Custom tooltip in CRM 2011

    James said:
    October 9, 2013 at 11:01 am

    exactly what I was looking for.. thanks a ton..

    Like

Leave a comment