Best way to create HR Profiles of newly added users

Sanket Shinde2
Mega Expert

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

1 ACCEPTED SOLUTION

Susan Britt
Mega Sage
Mega Sage

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.

View solution in original post

9 REPLIES 9

Hello Ankur,

That's a rarity in our environment 🙂

Regards,

Sanket

No worries.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Susan Britt
Mega Sage
Mega Sage

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.

quentin_gillet
ServiceNow Employee
ServiceNow Employee

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.

 

Hello Quentin,

Yes, that option is there, but somethimes users want their HR profiles as soon as they get into the instance.

Regards,

Sanket