Contact Approvals
Summary:
Contact approvals should go to HRBP (AOR) when contact type is changed to spouse, child or domestic partner from any previous contact type
Content (required):
Hello,
We have a requirement that if an employee changes contact type from any previous contact type to child, spouse or domestic partner, it should trigger an approval to HRBP (AOR). I have setup the rule as below:
((Current Person ContactRelationship.contactType != null) AND ((Proposed Person ContactRelationship.contactType == "Spouse") OR (Proposed Person ContactRelationship.contactType == "Child") OR (Proposed Person ContactRelationship.contactType == "Domestic partner")))
I am getting the error:
The request operation failed with the business rules defined for PersonalInformationRules.