Framework layer Association rule in implementation rule
One Association rule created in framework layer combining both parent (work class1) and child (work class2). This association rule used in report definition created in FW layer and 'Report on descendant class instances' is checked. Report is working as expected in FW layer and association rule joining two classes as expected.
But when rule is executed in Implementation layer, it's not fetching data. The association rule is joining with FW class which is defined in it. Is there any way to use FW layer association rule to bring implementation instances?
Input parameters in query are one implementation layer class as expected and another class is coming from association rule is FW class. Hence no data retrieved. Is there anything to be checked?