Login User Name and Profile Picture

0
Hi Guys,   I have a requirement to display login username and profile picture in all pages of application on topbar. Could you please help me to achieve this functionality. Thanks in advance
asked
2 answers
2

Hi,

If you are using Mendix Atlas layout pages (Atlas_Default, Atlas_TopBar) during page creation, you can add a snippet with a data source microflow to return the Current logged in account.

Based on the returned Account object map the Account name & display the account associated Profile. 

answered
2

Hi Abara,

 

Place a snippet in atlas topbar, in snippet place a data view widget with data source microflow,

in that microflow retrieve current user account as Srilatha mention above and use it inside the dataview.

 

 

answered