Show the build version in my UI

2
I would like to show the build version in my UI, so that my testers know exactly in what build they are working and understand what commits can be tested. Is this supported by the platform?
asked
1 answers
0

If you are talking about the Mendix version, you can get this using the GetRuntimeVersion function from Community Commons, and then display it using the Microflow Label widget.

If you're talking about your own application version number, I would create and update a constant in your model and use that.

answered