We can show embedded list view from Smart info setting at
Format tab. One list view row Expand->show related other list view under
that row as below.
At format tab as below we can use activity and tick
embedded.
Call Html fragment from activity
From fragment we can call activity and load other List view
with data as below. At parameter page we have pyRowIndex of clicked main list
view row number. We can use that row index and get related data to embedded list
view from calling activity.
Call
activity from JSP(java) (Html section or fragment)
<% String
activityName =
"GetDependentsDetails";pega_rules_pegarulesutilities.callActivity(tools.findPage("pyWorkPage") activityName,tools.getParameterPage()) ;%>