Need to display a list of Cases in a section at FW level
We have a data class Employee (which is already existing) at FW layer. I need to use that to display employee details. While displaying the employee details, I need show a list of cases associated with that employee. The case type is Complaints which is my current work type at Implementation layer.
So, how can I display a section that is created at the XYZ-FW-PQFW-Data-Emp and show the list of cases created in XYZ-Org-Div-Work-Complaint class inside that section and also provide link to create a complaint from there and may be able to resolve one of the complaints from the employee view.