Javascript issue – Microsoft Dynamics CRM Forum Community Forum

0
72
Forum Post: Change the Filter On option on Opportunity Associated View for Account form


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 :



Source link

Leave a reply

Please enter your comment!
Please enter your name here