- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2022 01:00 AM
hi everyone,
i‘d like to implement direct user creation by customer admins.
The OOTB process relies on the companies registration code and requires a self registration.
In addition to this we want the customer admins to directly create contacts via the portal (?id=form&table=customer_contact&sys_id=-1).
i thought about modifying the OOTB ACLs on customer_contact to include the customer admin role in addition to the existing customer service manager.
is there an OOTB way of doing it that does not require modification of ACLs?
Solved! Go to Solution.
- Labels:
-
Customer Service Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2022 02:13 AM
You could create a Catalog Item on the portal e.g. "Create new Contact". When it is submitted it will trigger a flow in which you can create the contact/user. Make sure to set the "Run as" property on the flow to "System User", becaus then the flow will run with full privileges.
I hope this helped!
Greetings,
Sören

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2022 02:13 AM
You could create a Catalog Item on the portal e.g. "Create new Contact". When it is submitted it will trigger a flow in which you can create the contact/user. Make sure to set the "Run as" property on the flow to "System User", becaus then the flow will run with full privileges.
I hope this helped!
Greetings,
Sören
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 12:35 AM
Hi.. Did you find a solution to this one?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 08:02 AM
There is no OOTB way (besides the user self registration) to create a new user. Therefore is used a custom catalog item just as it was suggested in the marked solution.