Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 82002

Dynamics Portal FetchXML returns empty

$
0
0

Hello,

I'm executing a fetch XML query in the liquid code, my XML is correct but it always returns empty

could you please help?

Here is my code

{% fetchxml MyFetchSearch %}
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false" count="1" returntotalrecordcount="true" page="1" >
  <entity name="new_entity">
     <attribute name="new_entityname" />
    <filter type="and">
       <condition attribute="new_entityattribute" value="1" operator="eq"/>
    </filter>
  </entity>
</fetch>
{% endfetchxml %}{ 
  "Result" : "{{MyFetchSearch }}"
}

Thank you


Viewing all articles
Browse latest Browse all 82002

Latest Images

Trending Articles



Latest Images