Can The HR profile data be loaded directly to hr profile table in servicenow using Import set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2023 12:52 AM
Hello all,
I need to load the data to HR profile table in servicenow .
For this I am using data load using transform map.
Can someone let me know on the best practice if I should load the data first to user table and then to HR profile table as the data, I'm going to load in HR profile table is currently not avaialable in user table.
Please request you to share your thoughts on this.
@Ankur Bawiskar - Will you be able to guide me on this
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2023 01:30 AM
HR profile has reference to user table.
So you should always have user record first so that while creating HR profile you can link user record
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2023 03:41 AM
Hi @Rutusha ,
Import should be done in the user table first, then HR profile should get created for those imported users.