Quantcast
Channel: Microsoft Dynamics CRM
Viewing all articles
Browse latest Browse all 123975

Forum Post: RE: JavaScript Error - There was an error with this field's customized event.

$
0
0

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); 

Viewing all articles
Browse latest Browse all 123975

Trending Articles