I am trying to create a portal app where I need to show show child records in an entity list. The parent records are shown in another entity list.
The “view details” of the parent entity list takes to a page which shows the details of parent. I want to add an entity list to the details of page parent. This entity list should only show child records. (the child entity holds a reference to parent).
I am unable to filter the records of this child entity list.
(I think is should filter on the query string parameter but there seems to be no configuration to support that).
Any suggestions ?