Hi All,
what is the latest method in v 9 to achive the functionality below in UCI ?
window.parent.Xrm.Page.ui.setFormNotification("Acceptable banner dimensions are 720x340.", 'ERROR', "01");
setTimeout(
function () {
window.parent.Xrm.Page.ui.clearFormNotification("01");
window.parent.Xrm.Page not supported in UCI
so need to replace with supported new functions
Experts please help !!