Hello,
I'm starting to go crazy here and am on the verge of despair. I do 10 SSRS reports a week, I have not encountered such a thing. I'm trying to run an SSRS report on a selected work order record.
This is my FetchXML (See yellow)
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
<entity name="msdyn_workorder" enableprefiltering = "1">
<attribute name="msdyn_name" />
<attribute name="createdon" />
<attribute name="msdyn_systemstatus" />
<attribute name="msdyn_primaryincidenttype" />
<attribute name="msdyn_workordertype" />
<attribute name="msdyn_substatus" />
<attribute name="msdyn_workorderid" />
<attribute name="msdyn_workordersummary" />
<order attribute="createdon" descending="true" />
</entity>
</fetch>
Still, when I try to run the report it runs on all the records and not on the record I'm in.
Anyone have an idea what I'm missing here?
I have created a blog post for this - www.daymandynamics.com/.../
Hopefully this helps you :)
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156