How to display a list of non-persistent entitities

0
I want to display a list of non-persistent entities which is built from a list of persistent entities with a relationship.  
asked
1 answers
1

Hi Juan,

You can associate all of them with a wrapper object and then pass the wrapper object to the page and then set the grid to retrieve by association, or you can use a Microflow as a data source and get and return the list of non-persistable entity.

answered