Friday, 10 August 2012

Set focus on control using javascript in CRM 2011

In this article , I am going to explain how to set focus on control

Set focus
Xrm.Page.getControl("attributename").setFocus(true);

No comments:

Post a Comment

Note: only a member of this blog may post a comment.