Hi,
No matter what I try I can't get Xrm.Page.data from forms other than Proccess Forms. When I change to classic forms Xrm.Page.data is always null.
Other forms have the same problem. Like my Product Form. Here is a simple code that isn't working:
function DisableVendor() { Xrm.Page.getControl(“VendorName”).setDisabled(true); }I get an undefined error right from getControl function.
I'm working on CRM Online with rollup 13.
Thank you for any help!