Hi there,
We have created a report extension on "Create Reminders":
- added two variables to the request page
- added some code to the OnPostReport() trigger
For automated testing purposes, I now want to use this report in a test codeunit: fill these two variables from code and then proceed with OK. My expectation was that I would be able to see the two variables from the report extension, but they are missing from the intellisense suggestions in the requestpagehandler. It seems the requestpagehandler is not aware of the existence of the report extension.
Is this a know issue or am I missing something myself?
Best regards,
Roel
Answers