Data Browsing is a side feature of DMM that is available completely free. It is useful in a scenario where you want to look into the information stored in your OutSystems installation without the hassle of going through a specific database application where you'll need to execute complex SQL queries.
Of course, the drawback is that it won't also give you the full potential of those applications.
Using this feature is very straightforward, just click "Executions > Data Browsing" near the top of the DMM OutSystems Component to start the application using Data Browsing.
The first screen lets you choose one of the configured database connections.
With the connection selected, a list of the OutSystems applications found in that database will be displayed.
After the application is selected, a list of its eSpaces will be displayed;
After the eSpace is selected, all of its entities will be shown.
Finally, after you pick one entity, the last page will appear with a table that contains the attributes of the entity and a second table with a sample of the rows present in the database for that table.