How to retrieve a list of form names

1
For obvious reasons the Mendix ModelReflection does not cover functionality to retrieve form-objects (form-names). Retrieval of microflows, attributes, references etcetera is no problem. Is there another way to retrieve a complete list of all form(name)s?
asked
2 answers
1

Best available alternative (thanks to Pieter van de Braak!): create a small piece of code that reads through your deployment directory and scans for all files present in the deployment/web/<insert language="" here="">/forms/<all folders="">.

answered
0

You can do this inside the Modeler. Use the advanced find feature (Ctrl-Shift-F) and search for Documents where Document Type is Web Forms. That should give the list you want

Edit: I see you are on version 3.x Search for Forms instead of Web Forms

answered