Friday, January 13, 2017

Access the webresource controls from another html webresource in Dynamics CRM

Access the webresource controls from another html webresource in Dynamics CRM

Accessing HTML 
parent.Xrm.Page.getControl("WebResourceName").getObject().contentWindow

Example:
parent.Xrm.Page.getControl("WebResourceName").getObject().contentWindow.window.MethodName();

No comments:

Post a Comment

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