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?
*This post is locked for comments