Page Identification

0
Is there an easy straightforward way to match up the SPA pages output by Mendix with the actual forms in MBM Example: Right-click inspect element Get some sort of id or class Go to MBM and search for that identifier Get exactly one search result Start editing the page in MBM Thankyou
asked
1 answers
2

In Mendix 5, you can open the Javascript console and enter:

mx.ui.getCurrentForm().path

There must be something similar for Mendix 4 because the feedback widget also reports the current page in the metadata.

answered