Looks like you might have some incorrect JavaScript running in the Form's OnLoad event.
Syntax might be incorrect trying to disable a field- should be like:
Xrm.Page.getControl("fieldname").setDisabled(false);
Looks like you might have some incorrect JavaScript running in the Form's OnLoad event.
Syntax might be incorrect trying to disable a field- should be like:
Xrm.Page.getControl("fieldname").setDisabled(false);