User extensions

I have extended user screen and added an attribute but i cant set value to the attribute. I have created service beans

I have extended user screen and added an attribute “otp” but i cant set value to the attribute.
I have created a service bean and I am trying to set a random number generated as otp from the ExtAppLoginWindow to the logged user’s table but I cant setOtp.

Hello @mekha

How do you set a value to the attribute? Do you save an entity to database?

Regards,
Daniil.

Hi,
I added datamanager.commit and it worked perfectly…

Thanks.