Dear All,
In Dynamics CRM 2011, we have contact entity in which we have made by default FirstName, LastName mandatory from Product but for Email we have some logic based on which Email field becomes mandatory.
Now, if we save the Form without entering any data to mandatory fields it is first popping up alert for Email field instead of FirstName.
Can anybody let me know what may be the exact reason. Is this a product behaviour that first the validation written in JS executes and then the Mandatory field executes? If so is there any MSDN article to support this scenario?