For more information, please refer to this announcement explaining best practices for getting answers to questions.
Change Personal Information Rule Not Working
Summary:
Hi Experts,
Based on the Change Personal Information Approval Rule, any changes to marital status should have went to HR Rep for approval. However, while testing this rule when an employee makes a marital status change, the change is auto approved by all HR rep for some reason. The intended flow is for a HR rep to claim the notification and approve the marital status change. The rule is as followed:
If:
((transactionApprovalRequest.transactionId > 0) AND (Current Person LegislativeInfo.result.MaritalStatus != Proposed Person LegislativeInfo.result.MaritalStatus))
then:
If:
((transactionApprovalRequest.transactionId > 0) AND (Current Person LegislativeInfo.result.MaritalStatus == Proposed Person LegislativeInfo.result.MaritalStatus))