Get worklist items

WE have to display worklist items of logged in user in Home page along with few other properties which are in workpage, we are having 2 casetypes ex: ParenetCT and ChildCT. i need to display all the cases that are assigned to that logged in user.for both casetypes when i try to create report in work- class i cannot able to use properties which are in workpage (these properties are in ParentCT class). since ParenetCT and ChildCT belongs to same workpool i need to access them right? all the properies are optimised.

I think we cannot get them in report if you are creating in Work- class. We get the properties only from the classes above it in the inheritance. Your ParentCT and ChildCT are below. If you need them, you may need to create the report in ParentCT class.

When i create report in ParentCT since i m joining it with Assign-Worklist i do have column already as ParentPrefix.pyiD, how come i can include childCT pyid also in the same column?

Try selecting this option in Data Access tab. This should bring all instances of parent and child classes.

Selected this, but issue is i cant select the properties which are in ParentCT in report

Did you not create the report in ParentCT class?

I did but i think decendent option will not work for class join

Create a report in parent class, join it with Assign- class. Turn on report on descendent class instances. You should see all your parent and child cases coming here.

Assuming the properties are common between your Parent and child cases, you can define these properites in ORG-AppName-Work layer for better reusability. I hope you can create a report on ORG-AppName-Work class layer and join with Assign-Worklist using pxRefObjectKey to pull the matching records for the logged in Operation from both Parent and Child cases .

when i use class join with assign-worklist thats where my decendenct class data is not fetching.

(i can confirm this by trying to select class name in filter) condition