- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2023 07:28 PM
Hi All,
I have a requirement to create HR case for external candidate(pre-hire) for background check through Workday Integration before they join an organization. ServiceNow doesn't not have pre-hire records and external candidates won't be logging in ServiceNow. They will check their background check status in Workday. The external candidate record is just a reference for Internal team to manage all background check activity through HR case in ServiceNow.
Does anyone have implemented similar use case ?
Thanks!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2023 08:02 AM
HR profile is required for HRSD, including HR case creation, but HR profile is based on user record (sys_user). You can create temp user account in user table (sys_user) table, that we did for the retired employee.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 05:59 AM
Since pre-hire doesn't has user record so no HR profile will be created. In order to create HR profile for pre-hire, we created temp account for pre-hire in AD so temp HR profile will be created in HR profile. On first dat of onboarding, real user account will be created in AD to replace temp account,
You need to ensure all temp account (user and HR profile) be replaced by real user account.
I hope this will help you for your requirement.
If my answer is helpful, please mark my answer is useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 09:12 PM
Thanks for your response. Is HR profile necessary for HR case creation ? Can we create case based on temp user account only ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2023 08:02 AM
HR profile is required for HRSD, including HR case creation, but HR profile is based on user record (sys_user). You can create temp user account in user table (sys_user) table, that we did for the retired employee.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2023 12:51 PM
When the temp user account is being created in the sys_user table what will be the differentiator of temp account and a regular account?