I have a custom aspx page that needs to be iframed in crm. I'm in need to use Xrm.Utility.openEntityForm in the custom aspx because i wanted to open entity record in CRM web client/outlook from my custom page. Is it possible to reference ClientGlobalContext.js.aspx in my custom aspx page? What's the best approach for this kind of scenario?
1
votes
1 Answers
1
votes
From Microsoft : "You can use them in form scripts or in ribbon commands. For HTML web resources, they are available when you include the ClientGlobalContext.js.aspx page." So you have two options:
- Use Webresources (Silverlight or HTML)
- Use window.open