Export page names from the modeller

1
Is there a way to export page names from the modeller, in the same way you can export microflow name with module reflection? This because we would like to have an overview of all the pages , in order to split the work in the team for a migration.
asked
2 answers
7

You can get this using the Model SDK. I wrote a script to generate a document with all the entities for each module,

See the script i wrote which can count entites in the module and list them. I have also now included pages and microflows to this. So it should give you want you need.

https://github.com/simo101/MendixCountEntities

Regards Simon

answered
0

Although the question is about listing the page name not counting them, props for creating it!

answered