Synch between user record and HR profile

BeBold1
Kilo Contributor

Hi all,

I have a requirement to remove synch between the HR profile and User table the below fields

"First name" , "last name" 

I tried to deactive  the business rule and script include

1) BR:Synchronize fields to sys_user

2) BR:Synchronize fields to sn_hr_core_profile

3)SI:hr_Utils

 

Still, I can see the synchronisation..whenever the first name or last name changes on HR profile, it automatically gets synch with user table..Could you please let me know which scripts or possible way to avoid synch

 

Thanks,

Srujani

1 REPLY 1

Sufiyan Memon
Kilo Sage
Kilo Sage

Hi,

I guess First Name and Last fields are actually in User table and in HR profile it populated by dot walk through User field. 

If you update First name in user table it automatically changed in HR profile table. 

If you don't want this, I guess you can remove these fields from HR profile and create your custom fields in HR profile.

 

Please mark as correct if it resolve your issue or let me know if further explanation needed.

Thanks