I have a situation where I am trying to print a group of invoices (which could be just a few or 100's) all at once so the user can easily export them to a single file. I have a code unit that loops through and MARK's the Sales Invoice Header records then turns on the MARKEDONLY flag and passes that record to the invoice report 10074 via a SetTableView. My expectation was that this would only print the invoices that were marked in the record. I have also tried creating a temp record and filling that with the approriate records then passing it to the report. In either case, it tries to print the entire list of invoices as though the record passed in has no effect.
This is happening from the RTC and the report is a classic report (ie no Layout is defined).
Am I going about this incorrectly?
0
Comments
One of my colleagues had exactly the same problem, in the end we abandoned the RTC report writer and used the classic report writter within the RTC.
The classic report fallback was put in place to enable use of legacy classic reports, since we know that conversion can be hard for some classes of reports - but it is not perfect
Michael