How to use action button Edit while displaying a page of more than one object?

0
It is a page which is storing the data and parent entity is Evaluation_new and child entity is response_new  is used in a nested dataview. So there are multiple objects in this page , after storing this, how to show them  and i also want to see edited page which i filled. What can i do?
asked
1 answers
0

Hi Harshit, in stead of using multiple parameters, you could just have the Evaluation Object as parameter and show the responses in a listview using datasource database and retrieve over the association from Evaluation to Response (assuming there is an association)

answered