Hi
I have following script:
function changevisibilitybutton() {
var ready = Xrm.Page.getAttribute("acc1_readytocreate").getValue();
if (ready.getValue() == 1)
{
Xrm.Page.getControl("WebResource_create").setVisible(true);
}
}
but getting following error:
any ideas?
Thank you in advance
Decio
*This post is locked for comments
I have the same question (0)