User Record Data and HR Profile Data is not synced up for one old record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 12:59 AM
Hi Team,
User data and HR Profile data is not synced up in one record,
we mapped user(sys_user) title to position in HR Profile table(sn_hr_core_profile).
-- I checked the script includes(hr_synchronize) and BR on HR profile table. Issues is in prod environment. I can't create new record and update the filed values to test.
-- If I create new record or updating existing record data is getting update in both the tables in lower environments same scripts in prod environment too no changes.
--How to identify or debug the issue, why it is not matching in both the table for one existing user?
example : Shravani title value in user record is "Mgr - Systems Eng " but in hr profile position value is " project -Mgr"
Thanks in advance,
shravani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 02:07 PM
Hi @sravani50
Any reason you are creating or having title again on HR profile, you can use same field from Sys User table. Title field is on Sys-user table and already DOTWalked on hr profile.
Just putting sample below: