Useful CRM Tips

Useful CRM Tips...

Wednesday, June 20, 2012

Force Submit Alternative in CRM 2011

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