How to Set Focus on a Control in CRM 2013 using javascript
How to Set Focus on a Control in CRM 2013 using javascript Syntax: Xrm.Page.getControl(arg).setFocus() For instance, Xrm.Page.getControl("creditlimit").setFocus(); Where creditlimit is the field name
This works fine with Fields or Tabs but wont work with Sections or Subgrids !
ReplyDelete