For more information, please refer to this announcement explaining best practices for getting answers to questions.
Approval flow for adding competency content section
Hello,
We had confirgured approval flow for adding competency content section and below are the rules.
1) If employee adds competecy then Send approval for Manager, we are using requestor's person number is same as worker's person number to check if the requestor is employee himself.
Rule - ((transactionApprovalRequest.attribute2 equalsIgnoreCase "PERSON_APPROVAL_REQD") AND (transactionApprovalRequest.attribute10 == "300000073415738") AND (Worker's Assignment.result.Person Number == Requestor's Assignment.result.Person Number))
2) If Line Manager, HR Specialist or Competency Administrator adds then it shoudl be auto approved. We are using requestor's person number is not same as worker's person number to check if the requestor is not employee himself.