Show application version in the navigation bar

0
Hello all, I want to show the current application version in the navigation bar as shown in the image below. I can store the version number in a constant and fetch it from there but not sure how to display it as below.    Is it possible to show the version like this? If yes, how can I do that?   Thanks
asked
2 answers
5

Hi Shardul,

Kindly have a look into the app store module, may be it will be helpful for you

https://marketplace.mendix.com/link/component/110921

answered
0

Use the module Javith mentions. Get the information via this module and use a data source microflow in the page template to retrieve this data and show it on the page. By putting it in the page template it will only be loaded once the page template is loaded. Hopefully most pages use this same page template, so the microflow to fetch this data isn’t called over and over again.

answered