Where is User Creation Logic during New Hire Onboarding case creation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 06:16 PM
Hi,
I am learning OOTB onboarding lifecycle configuration.
Do you know where is the logic to create user during submitting new hire onbording case?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 06:35 PM
In the Out-of-the-Box (OOTB) Onboarding lifecycle configuration, the logic to create a user during the submission of a New Hire Onboarding (NHO) case is handled primarily by:
1. HR Service Configuration (User Provisioning)
- Navigate to All > HR Administration > HR Services
- Open the New Hire HR service
- Look at the Lifecycle Events tab—this is where user provisioning might be triggered
2. HR Template (User Creation)
- The HR Template linked to the New Hire process helps prepopulate fields like Name, Email, and Department
- If configured, this template creates a user record in sys_user
If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 08:10 PM
Hi, @Medi C
Thanks for your reply but I could not find the logic to create user record in sys_user and make him subject person
Can you guide me with some screenshot?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 11:22 PM
@Kohei Tominaga1 Here are the steps to find logic to create user during new onboarding case.
1. It all begins with the record producer script field
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2025 12:31 AM
Hi, Thanks!
I could finally understand that HR Service value need to be included here.
So, this is why OOTB New Hire Journey case cannot create user record and does not work with empty subject person, correct?