This site helps you to develop in the easy way Microsoft Dynamics CRM.
Microsoft Dynamics CRM includes many examples to develop for Microsoft Dynamics CRM.
Saturday, September 12, 2009
Set mandatory to CRM fields
Hi, Here is the function to set mandatory to CRM field in Javascript
crmForm.SetFieldReqLevel(fieldName, value);
SetFieldReqLevel get 2 parameters
1. field name like firstname,createdon etc... 2. second parameter true,false.