Get list of entities by giving module name

2
Hi guys ,   Is there any possiblity with mendix api by giving module name can we able to get the list of entities from the module , i tried with mxmodelreflection its synchronisation causing an issue , any possiblity to achieve this ????
asked
3 answers
0

https://apidocs.mendix.com/7/runtime/com/mendix/core/Core.html#getMetaObjects-- and https://apidocs.mendix.com/7/runtime/com/mendix/systemwideinterfaces/core/meta/IMetaObject.html, roll your own returning a list of NPs that doesn’t require db activity

answered
0

Hi Narayana,

What is the issue you are facing with MxModelReflection module?

If you only want a list of entity for documentation purpose (not needing this information to be used in the App itself), you can generate a html document that you can open in your browser, listing the modules, its entities and microflows in your Application by right clicking on your Project and selecting ‘Export documentation...’

 

 

answered
0

Hi

The MxModelReflection configuration is very simple

β‘ Importing the MX Model Reflection module

β‘‘Add MxModelReflection  > USE ME  >  MxObjects_Overview  Page

 

answered