Submitter and assignee are same for DOR Approvals
Hi All,
I have written 2 approval rules for a list of Grouped Document Types.
- ((getNewDoRByTransactionIdResponse.result.documentType in "Birth Certificate","Car User","Declaration of Interests","First Aider Documents","Drivers License") AND (Requestor's Role Details.roleName == "Custom_Employee"))——————> Manager Hierarchy
2. (getNewDoRByTransactionIdResponse.result.AuthorizationRequired == "N")——> Self Auto Approve
Expectation is :
- If Documents are created by Worker then worker's manager should approval
- If Documents are created by worker's LM on Worker's behalf then should self auto approve.
Reality:
Currently the First rule above is working absolutely fine but the second condition where LM is creating docs then instead of Auto approval, the approval request is going to LM itself as below:
Tagged:
0