Where We Can Use This
Outsystems default Entity Diagram
-is only for development team and development Environment
-we can not export it
-we will not get physical table names (Db Actual Table Name)
EntityDiagram
- It can be accessed by any application user and on any Environment
- we can export as excel or Image
- It provide description of entity and also physical Table Names
Actual Use case - One of project need physical DB schema on different Environment for there external reporting team to use Physical db
How to Use
This component provides the block and screen for showing the whole database on screen as an entity diagram.
By adding the e- space name of the module inside the code, you will able to show the entity diagram of that.
Steps for adding the e-space name:-
1) Go to the action named --EntityDiagramDataPreparation-- inside EntityDiagram app.
2) After this go to the aggregate named --GetEntitiesAll--.
3) Inside the aggregate you just need to add e-space(module name) names like this.
***Here the EntityDiagram is our module name