Hi,
I've been following and cross-referencing several tutorials with regards to implementing FetchXML inside javascript code. I have followed several documentation and the general structure is always the same. Create a fetchxml query in a string and pass it to an HttpRequest object. However I keep getting error when trying to execute the query stating Xrm is not defined. How do we define it? Does someone have a link to a more complete example? Seems like I might be missing something.