Assistance with allowing external users to self-register
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 05:59 PM - edited 12-08-2022 06:01 PM
This is my first post; Thanks in advance for any assistance. I am in the NextGen program and am trying to allow Customers to self register to my portal. I can't figure out where the record is after the "customer" fills out the External user Self Registration form. When I use preview or the try it button the form is there; I can fill it out. But where is the record created? I am cross eyed and lost-in-the-sauce. Help please.
- I installed the plug in "com.snc.external_user_self_registration"
- I reviewed this doc https://docs.servicenow.com/bundle/tokyo-platform-security/page/integrate/authentication/task/extern...
- I created the form and configured the fields on the registration form
- I have the requires user verification field unchecked
- I have not changed anything on the transformation, onboarding or advanced tabs
- I used the Icon link widget on my portal and data type URL; the URL I used is the one from the Preview Registration Form
- I have reviewed under Registration Requests and its empty
- I have reviewed the tables in the screen shot below and they are empty to
- I have explored potentially using this plug in "com.snc.user_registration" (I don't think that is what is needed)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2023 11:45 AM
I'm experiencing an issue with the external self-registration as well. Have you looked at your error logs? All of my registration attempts log the errors below:
Registration profile record is inactive or invalid. Aborting registration request. Registered email email@domain.com
*** Script: Registration profile record is inactive or invalid. Aborting registration request. Registered email : email@domain.com: no thrown error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 02:06 AM
Hi,
I know this is late but I ran into this issue today. I had forgotten to reference the configuration record in the service portal record. If that is not there the business rule will abort it.
It could be something else..but check out the 'Populate registration profile' business rule and you can see what might be missing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2024 11:14 AM
Check the portal record for the portal this is for in the Now platform and make sure External user registration configuration is set to config that you made.