How to add a counter in the navigation?

1
Hi guys, This one seems me pretty challenging; how to add an counter in the navigation. For examples Messages (3), to inform the user directly when on dashboard that there is 3 new messages. thnx
asked
2 answers
2

You can use a non persistent object for that with a microflow as source. In the microflow do a retrieve and a count list, create the non-persistent object and return that object.

Regards,

Ronald

[EDIT] You can not display this value in navigation. You should place it somewhere on your home screen of this user (the first screen the user sees when he opens the application). On this form you can create this info.

answered
0

Rapido, take a look at this post for how to style a counter in the toolbar:

https://forum.mendix.com/questions/5177/

answered