Transfer the anonymous user data to the logged in user-Mendix 9/SignIn MF

0
Hi all, In my case I need to transfer some data from anonymous user to the logged in user.(session changes when user logs in) I cannot use events for username&password field. Using a custom Sign in MF? I saw there is  SignIn microflow for Mx7 / Mx8 in Marketplace but I am using Mendix 9.7. So I could not download it.   So how can I transfer data from anonymous to logged in user in Mendix 9? 
asked
2 answers
0

Define an entity in your app to which you add rights to the Anonymous user to write to. Include an attribute to identify the new user the he is going to change to. Make sure that the new user can also  read that entity and pick up the message that the anonymous user left behind.

answered
0

Hi Mustafa Aydar

Have you found any solution around this?

 

Regards,

Anahit

answered