Hi all,
I was trying to lock & unlock the form fields using the below code and it doesn't seem to be working.
Did i miss anything here?
function editpkey(){
var cform = Xrm.Page.ui.getFormType();
if (cform == 1){
Xrm.Page.getControl("name").setDisabled(false);
}
*This post is locked for comments