Context Sensitive Fetch Reports

24. November 2011 13:06

Hallo Zusammen,

mal ne blöde Frage

Wie bekomme ich das Pre-Filtering bei meinem Report auf die Reihe?
Mein XML sieht so aus:

<fetch mapping="logical" count="50" version="1.0">
<entity name="invoice" enableprefiltering="1" prefilterparametername="CRM_FilteredInvoice">
<attribute name="billto_city" />
<attribute name="billto_country" />
<attribute name="billto_line1" />
<attribute name="billto_line2" />
<attribute name="billto_line3" />
<attribute name="billto_postalcode" />
<attribute name="billto_stateorprovince" />
<attribute name="description" />
<attribute name="invoicenumber" />
<attribute name="totalamount" />
<attribute name="totallineitemamount" />
<attribute name="totaltax" />
<attribute name="invoiceid" />
<order attribute="invoicenumber" descending="false" />
</entity>
</fetch>

Wenn ich jetzt von einer Rechnung aus den Bericht ausführe, dann bekomme ich trotzdem einen Bericht über alle Rechnungen, nicht nur über die geöffnete...

Was ist hier falsch?

Viele Grüße
Pascal