Question
Application Explorer Not Displaying all classes
The Application Explorer is not displaying all the classes based on Patter Inheritance.
Lets Say A-B is the parent class.
In App explorer i can see the child A-B-C under the parent. But i cant see A-B-D though the class definition is similar.
When i debugged, the Report definition pzClassListForShowAll is returning only A-B-C and not A-B-D when filter by application context is checked.
When i uncheck Filter by application context, i can see the RD returning both the child classes.
How class definition will be mapped to application context?
Since this is upgrade project, we have not changed any class definition as such.
Regards,
Santhosh S
Message was edited by: Marissa Rogers - added category
Filter by application context makes sure that the rules returned by the report definition are part of the ruleset and ruleset versions that comprise this application. If A-B-D is class in a ruleset which is not part of the current user's application, then the report would not retrieve this class in its results.