Synch between user record and HR profile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2020 07:41 AM
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
- Labels:
-
Case and Knowledge Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2020 07:51 AM
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