Is there a way to make showformnotification show more lines? Right now it seems to only show one line and the little scroll bar doesnt do much and seems to scroll half way down so it doesnt show the text in a very user friendly way.
I have seen it show more than one row so not sure what factors make it go down to only showing one row.
I'm using chrome, while the scrolling seems to be a lot better in IE it still only displays one line
Example
if(AccountEntityType!=null && guid!=null) {
Xrm.Page.ui.setFormNotification("We've come this far");
Xrm.Page.ui.setFormNotification("Values: " + " " + AccountEntityType + " " + guid, "INFORMATION");
}
Those will show in a thin one line box at the top of the form but have to scroll to see both
*This post is locked for comments