How to check Mendix application data in UI?

0
Hello all,   I want to check my application data without downloading database backup and open in postgrade SQL. I want to check that in application UI.Please suggest how we can do that   
asked
2 answers
5

Please check below .

 Mendix Community - Question Details

 

answered
1

Hi Sutirtha,

 

Easiest way is to generate a set of overview pages directly from the domain model.

  1. Open the domain model
  2. Right mouse click on a entity
  3. Select " Generate overview pages" 
  4. Select the entities of which you want to view the data
  5. Click "OK"
  6. Attach one of the generated overview pages to your navigation
  7. Run your app
  8. Open the first overview page through navigation

Generate pages.png

answered