Question
Report Definition is not returning results from Implementation classes
Please find the steps mentioned below to reproduce the issue.
- Created report definition in framework work class(XXX-FW-XXXXFW-Work) .
- On data access tab of report definition tab , I have checked the option “Report on Descendant class instances and include implementation class only”.
Expected Result: When I ran the report definition , system should return the results by considering the implementation class(XXX-XX-XXXX-Work) as we have checked option “Report on Descendant class instances and Include implementation class only”.
Actual result: But when I ran the report definition ,it’s not showing any results as it is considering the framework class (XXX-FW-XXXXFW-Work).
How to debug the issue..........
Thanks in Advance!
***Updated by moderator: Lochan to update Categories; add SR details***
Hi,
Are you running the report from implementation layer or framework layer ? The implementation class should be visible to the application context from which you are running the report. Then only RD can fetch the records of that class.
Thanks,
Santhosh