I'm trying to get the status of the form.
I've been having issues with Xrm.Page.ui.getFormType()
So i made a small test script, running the below script gives me an error OnLoad
function SetName(){ var formType = Xrm.Page.ui.getFormType(); Xrm.Page.ui.setFormNotification(formType, "ERROR"); }
Im running this on CRM 2015 update 0.3
Error I get :