Hi,
Can we create a view which can be filtered with the values(condition values) given to it dynamically than hardcoded in the fetchXML query? so can call the view by URL passing the condition values as part of query string. As an Example, the following query to be part of the view
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
<entity name="EntityName">
<attribute name="Attrib1" />
<attribute name="Attrib1" />
<attribute name="Attrib1" />
<filter type="and">
<condition attribute="Filter1" operator="eq" value="XYZ" />
<condition attribute="Filter2" operator="null" />
</filter>
</entity>
</fetch>
XYZ is the value i want to pass as part of the query string
Thanks,
Narender
*This post is locked for comments
I have the same question (0)