Enforce unique user (on Insert) business rule getting triggered when HR profile is updating
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 01:49 AM
Enforce unique user (on Insert) business rule getting triggered when HR profile is updating from the Transform map,
It is showing "Operation against file 'sn_hr_core_profile' was aborted by Business Rule 'Enforce unique user (on Insert)^f783a8ecdbf8bd103e77c04b1396192d'. Business Rule Stack:Enforce unique user (on Insert)" this error.
and Coalesce is not working if we make this Enforce unique user (on Insert) BR inactive.
Please guide to resolve the issue. @Ankur Bawiskar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 05:01 AM
It sounds like your transform map is trying to create an HR profile for a user that already has one. Validate what field(s) you are trying to coalesce on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2024 01:35 AM
Hello @Ajinkya232 , @Susan Britt
We are also facing same issue while HR profile updating from transform map.
Did you found any solution for this.
Please let us know if any solution is there it will be very beneficial for us.
Your help will be truly appreciated.
Thank you in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2024 05:03 AM
Validate if there are multiple users in sys_user table with the same employee number (or whatever field you are coalescing on) for updating/creating HR Profiles.