function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bryant Daniels 68Bryant Daniels 68 

I want to give approval process on self user registration page. So that when a new user register himself, it should not create user/contact immediately, it should go to Admin for approval

I want to give approval process on self user registration page. So that when a new user register himself, it should not create user/contact immediately, it should go to Admin for approval
Shashikant SharmaShashikant Sharma
Hi Bryant,

As Approval Process is not available on User object so what you could do is:

1. Create a Custom Object "Self Register User Request" with a field called "Create User Approved" Checkbox type field
2. Change your Self Registration Page to create record in for Self Register User Request keep "Create User Approved" false on creation
3. Send record to Approval for Admin upon creation
4. In Final Approval Action set the field "Create User Approved"  to True
5. Write a Trigger on  "Self Register User Request" to create a User when field "Create User Approved"  is set to True

Thanks
Shashikant
Piyumi FernandoPiyumi Fernando
Hi @Bryant,

Have you found anything on this? I am looking for the same requirement. Can you please help me with the solution you came up?

Many thanks.
Administration centraleAdministration centrale
Hello @Bryant
Have you found anything on this? I am looking for the same requirement.?

Thanks.
Manas Gupta 7Manas Gupta 7

Hi @Bryant
Did you get something regarding this issue.

Thanks.