Two entities as datasources in single page

0
Hi, Actually, i have use case to create a page with two different entities where one of the entity is given as data source to the data view which has the drop down for its values. How could i achieve this in mendix ? How can i put two different enities in single page as data sources ? Thanks in advance.
asked
2 answers
0

Hi,

What is the relation between your two entities? You can definitely use two entities in a single page. But how do you relate them? As you described, one entity goes as data source to a data view. Now you can use second entity inside this data view by setting an association with first entity. 
When inside data view, on right side properties tab, go to connector. You will see options to connect your associated entity with parent data view’s entity

answered
0

What exactly are you trying to achieve? With a little more insight into your use case i am sure we can help find the solution for you.

A page in Mendix can only have one context object, trying to have multiple is not the way.

 

 

answered