As there is the way to Force submit a field in CRM 4.0 there is an alternative way in the CRM 2011 to achieve the same.
Xrm.Page.getAttribute("fieldName").setSubmitMode("always");
There are three possible ways to submit the attribute:
• always
• never
• dirty
No comments:
Post a Comment