Hello,
As part of some tests, I added several Persons with the same name.
Due to business needs (different roles) I'm trying to add the same Person twice in the same transaction (using addParty with intention that the SDP would match them).
Occasionally, the following lines appear in the log and the transaction fails:
- External Java Rule 18 - Party Business Key Validation:: ************* validating person name business key *****.
- External Java Rule 18 - Party Business Key Validation:: Person.PersonPartyID , PersonNamePartyID 908125173559209565 107125173559590798
- External Java Rule 18 - Party Business Key Validation:: Update of person name failed because PersonPartyId does not match with PartyId.
- External Java Rule 18 - Party Business Key Validation:: ************* finished validating person name business key *****.
1. What does this validation means?
2. How come it doesn't always happen?
3. Is this the correct system behavior?
Thanks in advance,
Evyatar