Is there a way to convert fetch xml to sql query?
- <fetch version="
1.0" output-format="
xml-platform" mapping="
logical" distinct="
false">
- <entity name="
orbus_graphicsproductionsheet">
<attribute name="orbus_graphicsproductionsheetid" />
<attribute name="orbus_name" />
<attribute name="createdon" />
<attribute name="orbus_originalsalesorderid" />
<attribute name="ehtc_shipdate" />
<attribute name="orbus_taskstage" />
<attribute name="orbus_stageaction" />
<order attribute="ehtc_shipdate" descending="true" />
<order attribute="createdon" descending="false" />
<condition attribute="createdon" operator="this-year" />
</filter>
- <link-entity name="
salesorder" from="
salesorderid" to="
orbus_originalsalesorderid" alias="
aa">
<condition attribute="ehtc_productionsheetid" operator="null" />
</filter>
</link-entity>
</entity>
</fetch>
*This post is locked for comments
I have the same question (0)