two different value on same page

0
i have entity PACR and Employee in domain model. Pacr entity contains form and employee entity contains all employee of company having role like Initiator,manager.. now form contents a request and attribute like Initiator Name and Manager Name.. problem is i have to fetch both intiator name and manager name from Employee Entity this both name i want in same page ….please tell me what to do?????????
asked
1 answers
2

hi prasanna doifode,

have two list view ,

1.select source as microflow in first list view. In that check the Intiator role in employee Entity and 

then retrieve the details from Pacr entity based on role.

2.select source as microflow in second list view . In that check the Manager role in employee Entity

and then retrieve the details from Pacr entity based on role.

answered