Hello
Somebody can tell me if known a easy way to get a list of a module entities with the atributes list and formats ?
TIA
Alberto Ferreira wrote:
Hey Alberto,
Take a look in this idea:
https://www.outsystems.com/ideas/899/servicestudio-display-physical-database-table-name-for-a-given-entity#IdeaComment2327
See if it helps....In System module there are some entities that keeps the meta data of the entities! :)
Thanks Raphael. I will see
Edited:
That is not exactly what I want. I want something that give the entities, and info, for a especific module
But Thanks anyways
err, not sure what the problem is...
when you have the entity-meta-table you see a reference to espace... so from there you can link to the modules...
That's Right. Thanks
Alberto,
J. is right in Entity table you have the Espace_Id attribute where you can filter by what module you want.
You can also access the table Entity_Attr where you have a FK to Entity table, and if I'm not mistaken you can get the Attributes from a specific table there.
Take a look:
Thanks again