Offer approval based on person type
Summary
Job offer approval for employees and contingent workersContent
Hi,
We setup rules where contingent worker's offer letters will be auto approved and a future employee's offer letters will be approved by comp and hr representatives.
Below are the two rules I setup:
Rule 1:
((transactionApprovalRequest.transactionId >= 0) AND (Offer Details.Person Type != "CWK"))
Rule 2:
((transactionApprovalRequest.transactionId >= 0) AND (Offer Details.Person Type == "CWK"))
Something must be wrong as contingent worker offers are also going for approvals. What am I doing wrong? Any help is appreciated!
Thank You,