Hi,
Customer wants the records they are on in the customer list to be the one that defaults into the Customer Statement report as the filter. However it appears with the new wrapper codeunit that this isn't straightforward.
In cu880, in the function GetRequestParameters, the following line of code calls the request page for the statement. I don't see a simple way to pass the selected record from the list, to the wrapper codeunit, to cu8800, to the RUNREQUESTPAGE function. Is this simple or complex?
TempReqParams := REPORT.RUNREQUESTPAGE(ReportSelections."Report ID");
0