locked
CRM 2011: How to change tooltip for fields on form? RRS feed

  • Question

  • In CRM 4.0 you could change the tooltip for a field (i.e., the text that appears when you hover the cursor over the field label) using JScript:

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

    I can't figure out how to achieve the same thing in CRM 2011. Thoughts?

    Friday, May 20, 2011 5:34 PM

Answers

All replies