how to generate auto numbers as a username in a sign up page and login with that number

0
    Hi all i cannot put an autonumber in login username.      
asked
2 answers
0

Hi,

As per the second screenshot, make sure on which attribute you have added the validation check and trying to display the error on Username field.

answered
0

Hi,
Upon creating an event in the Account entity, you can utilize the "after create" event to retrieve the most recent committed object. Then, you can increment the user name by 1 and assign it as the new user name for the new object.

answered