Enforce unique user (on Insert) business rule getting triggered when HR profile is updating

Ajinkya232
Tera Contributor

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  

3 REPLIES 3

Susan Britt
Mega Sage
Mega Sage

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. 

anonymous13
Tera Expert

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. 

 

Susan Britt
Mega Sage
Mega Sage

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.