Display info in Menu bar

0
Hi, In my app I have different local accounts (administration.account). I want to display some info of the current logged in user at the menu bar instead of 'Mendix AppSwitcher' and 'Mendix Profile Menu'. Is there a way to do this? Thanks, Joey
asked
1 answers
0

You can delete these widgets(mendix appswitcher, mendix profile menu) , to display info about current user, add a data view ,use data source 'from microflow', and you have a global variable $currentUser, you can fill you data view from this variable

answered