Hello,
we have duplicated the "TaxReportById" report and corresponding contract and DP class.
I have modified the query as we want the report to be crosscompany. (query.AllowCrossComapny(true)) and I have just hardcoded the legal entity codes to test. It works as expected, but I want to make the selection of companies on the dialog that is opened by menu item.
It must be possible to select several legal entities and pass somehow to processReport to build a query correctly.
How can I achieve it? Any examples would be appreciated.
Thanks