- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2021 08:14 AM
Hello,
We are creating user records in ServiceNow via LDAP integration.
Is there a way to automatically create HR Profiles of newly created user records without manual intervention?
Regards,
Sanket
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2021 08:20 AM
You can create a Business Rule on your sys_user table to create an HR Profile when the user is inserted. Add any needed conditions (e.g., employee number populated), if you potentially add users that are not actually employees.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2021 07:21 AM
Hello Ankur,
That's a rarity in our environment 🙂
Regards,
Sanket
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2021 07:26 AM
No worries.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2021 08:20 AM
You can create a Business Rule on your sys_user table to create an HR Profile when the user is inserted. Add any needed conditions (e.g., employee number populated), if you potentially add users that are not actually employees.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2021 08:43 AM
Also, there is a BR that creates automatically a HR profile when a case is raised against an employee if said employee does not have a profile. That can also be an option if you want the profiles to "generates" themselves organically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2021 12:22 AM
Hello Quentin,
Yes, that option is there, but somethimes users want their HR profiles as soon as they get into the instance.
Regards,
Sanket