Hello,
I have done some modifications on the SalesConfirm report and extended the controller class, dataprovider, and tmpTable to add some additional fields.
The problem is that when I change the dataset of the report (to the dataset that I have duplicated and modified) it adds a parameter 'createdTransactionId' which is not present in the standard report by the way.
When I now run my report it give me the following error message 'A valid value for Parameter createdTransactionId does not exist'. I changed the nullable property of the parameter to 'yes' and the report is now displayed by not as it should.
A part of the report (which was previously displayed before I changed the dataset) is now not appearing.
Any suggestions?