Concatenating Attributes of Two Entities

0
I have created two entities for Cart list and Checkout list . I have created an overview page which displays all the attribute details of the CheckOut List. But I also want my CartList attributes to display in the overview page along with the attributes of CheckOut List.
asked
2 answers
0

Hi Sushanth,

 

Add an association between checkout and car entities and on the overview page select the parent entity (in your case checkout). In this way, you can display all the attributes of both entities.

 

Regards,

Arun

answered
0

How are these two entities connected? If it is a one on one reference you could use a nested dataview over that reference. You could also use a datasource micro or nano flow to retrieve the right Cart object and use that as the return value. You can then show all the attributes of that object in that nested dataview.

Regards,

Ronald

 

answered