how we can show all entities which are present in domain model we can create the drop down for that it is possible

0
i am trying to create the special page for drop down of entities list when we select the particular entity from the drop down  in the next drop down it will show thw attributes as per the entity it is possible if it is possible can any one respond
asked
4 answers
1

yes   you can by using Mx Reflection module at the market place 

https://marketplace.mendix.com/link/component/69

 

Through this module you can select the module you want ,and once you sync all the entities and the attributes and the association names will inserted at a database tables and then you can use them .  

And the below is the example how it will appears :

 

answered
0

please follow the bellow Link to configure  :

 

https://docs.mendix.com/appstore/modules/model-reflection

answered
0

i have downloaded mx model reflection after that what we have todo 

 

answered
0

You can also get the table names from 

 

SELECT * FROM "PUBLIC"."mendixsystem$entity"

answered