Hi, I was building an application on top of default time sheet application available in Mendix, where MendixSSO module used. Here the MendixSSOUser entity is generalized from System-user entity. In a microflow, I can retrieve $currentUser object; but, how can I retrieve MendixSSO user object for the current session? Thanks!
asked
Muhammed Iqbal M P
5 answers
5
You can retrieve $CurrentUser and then use an Object Type Decision (green diamond) followed by a Cast action to cast Current User to the MendixSSOUser. Cast documentation can be found here: https://docs.mendix.com/refguide/cast-object