Requestpagehandler cannot address variables in report extension requestpage

RoelSRoelS Member Posts: 4
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.

6k7rdffsjrfv.png

Is this a know issue or am I missing something myself?

Best regards,
Roel

Answers

  • garmoogarmoo Member Posts: 17
    Hi, did you find an answer to this? I'm just starting to test report extensions and, unless I've missed it, the text book I'm using doesn't really touch on these
Sign In or Register to comment.