Last month I wrote a post about how to create a web resource dialog "launcher" that you can embed in a CRM form (both classic and updated modes) with JavaScript and an OData query. In today's post, I will show how to do the same thing using a FetchXML query. There are four changes you need to make to the web resource from the previous post.
ClientGlobalContext.js.aspx
First, because we're working with FetchXML, you need to add a reference to ClientGlobalContext.js.aspx JavaScript...(read more)
↧