Monday, September 7, 2009

SetMandatory

Hi,
Function to set mandtory true/false in CRM 4.0

this.setMandatory = function(fieldName, value) {
crmForm.SetFieldReqLevel(fieldName, value);
}

Enjoy,
Rami heleg