Getting an error when configuring an approval rule for Contact Info
Summary:
Hello Experts, I have three approval rules for Person Address. Rules 1 and 3 work correctly for adding an address, and Rule 6 should work for deleting an address. But when all three rules are enabled together, Rule 6 stops working. If I disable Rule 1 and Rule 3, Rule 6 works. I need all three rules to work at the same time.
Content (please ensure you mask any confidential information):
Here are the approval rules that we have configured:
Rule 1
((transactionApprovalRequest.ViewInstanceName == "PersonAddress") AND (Requestor's Assignment.result.personId == Worker's Assignment.result.personId) AND (transactionApprovalRequest.FamilyOrEmergencyContact == "N") AND ((Proposed Person Address.result.addressType == "WORK_TAX") OR (Proposed Person Address.result.addressType == "RESIDENT_TAX_ADDRESS")))