I have a requirement to restrict max records fetched from the report definition using a datapage, something like D_Configuration.Threshold. In UI Kit, we achieved it by sourcing datapage with activity, setting ReportParamPage.pyMaxRecords dynamically and calling the report definition.
However, I’m unable to follow the same approach in constellation since I also need to establish association with a different class. When I switch the dpage source from report definition to activity, the associations are not getting retrieved.
How can I achieve both association as well as restricting max records in report dynamically in constellation?