Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 55831

JS to display message to user if field is changed

$
0
0

I have implemented this JS on my address field's on change event:

function NotificationInline (ctrl,msg) {
Xrm.Page.getControl(ctrl).setNotification(msg);
}

This displays a message but the user can continue.  Is there any way to change the icon to ! rather than X?


Viewing all articles
Browse latest Browse all 55831

Trending Articles