Bulk HR Case creation for inactive user profiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 09:06 AM
Hello all,
Our organization has a use case for using the the Bulk HR Case Creation feature for inactive user profiles, as we need to create HR Cases for former employees whose SN accounts are now inactive.
When I upload a bulk case user spreadsheet, the user profiles are found but they do not get added to the "Selected users" related list.
And if I attempt to save the page, the User Segment Group record will at first show as Processing...
...but it will eventually update to "Error".
I have successfully processed a Bulk Case Request using identical parameters - same HR Service and identical copied User Profiles except I set them to Active. So the only factor that seems to be causing the error is the Active status on their User Profile.
Is there any recourse to fix this to allow us to process Bulk HR Case requests for inactive users?
Thanks you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 09:52 AM
@Jesse Jones According to ServiceNow documentation ( https://docs.servicenow.com/bundle/washingtondc-employee-service-management/page/product/human-resou...), bulk cases can only be created for active users.
You may need to update the Script Includes 'hr_BulkCaseCreation', 'hr_BulkCaseUpload' and 'hr_BulkCaseUploadAJAXProcessor' if you wish to extend this functionality for inactive users. Here is the support article https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0782046 hinting the same.
Hope this helps.