How to use fetch XML query in dynamic CRM JavaScript code
Note: For latest dynamic CRM interview question please click  Here . Let's take an example, I have a fetch xml query which has been downloaded from Advance fine.  For download the fetch xml go to advance setting click on the advance find symbol for my example I am taking any entity and downloading fetch xml. Fetch XML: <fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">   <entity name="account">     <attribute name="name" />     <attribute name="primarycontactid" />     <attribute name="telephone1" />     <attribute name="accountid" />     <order attribute="name" descending="false" />     <filter type="and">       <condition attribute="name" operator="eq" value="Alpine Ski House" />       <condition attribute="telephone1" operator=...