Filter entities based on selection on previous page

0
  I've created a page with a listview of Proces entities. With OnClick, it'll open a page that should list all the services from that specific proces. That page will in turn open a page with Servicepakket from the selected Service, etcetera. This is my microflow. It passes Proces to the next page. What can I change to the microflow? And how should I set up the next page such that I only see services from proces A instead of from proces A, B, and C?
asked
2 answers
1

Jim,

In the Services page, make the top level object a dataview of Proces entity.  Inside of that dataview, place a Datagrid or Listview that shows Service items over the Service_Proces association.

Mike

answered
0

Hi Jim

You can use a (nested) datagrid (services) in your dataview page (context is Proces).

answered