Need to create the user account while filling form in page?

0
  i have application where i am filling form of insured Information page when i  click on save button it should create the account for that user (need to use microflow)  
asked
1 answers
0

At the submit button, call a microflow.

In this microflow create an system.user object (or a specification of that type like a administration.account).

To be able to login, you have to set the name and password and associate the system.user with a userrole.

answered