
Hi ,
I am working on a functionality to show a popup message near the field during mouseover functionality ,event handling takes place .
I tried mouseover event handler functionality using Jquery , to set Field Notification on the field.But it appears as an error message and it is not allowing me to save the form.
In CRM 4.0 it shows message on mouseover .How can I achieve this functionality.
Thanks in advance
*This post is locked for comments
I have the same question (0)hi
Pop-up message on mouse over can be achieved through unsupported customization only (using HTML DOM event handler). This is not recommended.
If you want to show tooltip, then add description to the field. When you hover over the label of the field the tooltip would be displayed.