How to auto create HR profiles whenever on insertion of user records from AD integration?

Community Alums
Not applicable

Hi everyone,

How can i auto create bulk HR profiles whenever new user records gets inserted from AD integration?

Thanks,

Bala

1 ACCEPTED SOLUTION

SumanthDosapati
Mega Sage
Mega Sage

Hi,

You can write an after Insert Business rule on user table.

Condition : Created by AD Integration user

In script: you can create a record in HR profile table via glideRecord.

 

Mark as correct and helpful if it solved your query.

Regards,
Sumanth

View solution in original post

2 REPLIES 2

SumanthDosapati
Mega Sage
Mega Sage

Hi,

You can write an after Insert Business rule on user table.

Condition : Created by AD Integration user

In script: you can create a record in HR profile table via glideRecord.

 

Mark as correct and helpful if it solved your query.

Regards,
Sumanth

@Balaraju KB 

Feel free to reach out if you have further questions or else you can mark an answer as correct and helpful to close the thread so that it benefits future visitors also.

Regards,
Sumanth