Report definition not pulling data from implementation class
Hi all ,
I am using a report definition in framework layer to fetch data from implementation layer .
report on descendent class is selected . To select from implementation class .
it was working fine .
but when I have added one more implementation class , the report is not fetching from any of the implementation classes. (New implementation class is different class group than previous one )
@saritab2
When you add an implementation class from a different class group, the report definition may not automatically recognize or access data from that class, even if “report on descendant class” is selected. Class group boundaries might affect how data is stored and retrieved.
Can you try doing a test connectivity on the Framework class and its respective implementtion classes to refresh the DB connectivity cache?
if that doesnt resolve, as a workaround, you can try using a Class join to explicitly join the new implementation class using a class join. or Create a simple report definition directly on the new implementation class