Personal Info update approval in redwood
Summary:
transactionApprovalRequest.SelfServiceTransaction attribute not being recognized in approval flow
Content (please ensure you mask any confidential information):
Hi Experts,
We are on 25 A redwood pages and configuring the approvals for Personal Information change like Name change Marital status etc.
The requirement is if employee or Manager initiates the transaction, the approval should route to HR.
If HR initiates it should get auto approve.
So identify whether it is self service transaction or HR transaction, we are using "transactionApprovalRequest.SelfServiceTransaction" attribute as a condition.
((transactionApprovalRequest.SelfServiceTransaction == "Y") AND (((Proposed Person GlobalName.result.FirstName != null) AND (Current Person GlobalName.result.FirstName != Proposed Person GlobalName.result.FirstName)) OR ((Proposed Person GlobalName.result.LastName != null)