For more information, please refer to this announcement explaining best practices for getting answers to questions.
Approval workflow for change personal information
Summary:
Hi Team,
We have requirement for change personal information.
1)If Employee is changing First name and last name is changing approval workflow to approval group. Below is the define flow.
((transactionApprovalRequest.SelfServiceTransaction == "Y") AND ((Current Person GlobalName.result.FirstName != Proposed Person GlobalName.result.FirstName) OR (Current Person GlobalName.result.LastName != Proposed Person GlobalName.result.LastName)))
2)If Employee is changing Known As, Middle Name and Title is changing it needs to be auto approved. Below is the define flow.
((transactionApprovalRequest.SelfServiceTransaction == "Y") AND ((Current Person GlobalName.result.KnownAs != Proposed Person GlobalName.result.KnownAs) OR ((Current Person GlobalName.result.MiddleNames != Proposed Person GlobalName.result.MiddleNames) OR (Current Person GlobalName.result.Title != Proposed Person GlobalName.result.Title))))