How do I display a Non Persistible Entity Created From Another Entity to Be Displayed on a Page?

0
I Have created a non persistible entity from an existing entity and I need to display them in a page inside a data view or a grid, how do I do it?? please provide feedback??
asked
1 answers
1

I am not sure whether I understood correctly but here is an attempt: You could add a reference from the non persistent entity to the persistent one. Place a dataview on the page and select the non-persistent entity. Inside that dataview, add another dataview, where you can select the persistent entity using the association. Now you have both on a single page.

answered