in MS CRM 4.0 to force the CRM system to submit the form data on disabled fields.
crmForm.all.[fname].ForceSubmit = true;
But in CRM 2011, the method is changed to
Xrm.Page.getAttribute([fname]).setSubmitMode("always");
Hiç yorum yok:
Yorum Gönder