Manage personal contribution plans Approval Configuration issue.
Hello All,
When employee submits personal contribution plan of TOIL then it should go to Manager for approval, which is working fine .
But now we wanted to built a workflow if employee deletes TOIL personal contribution then also it should go to manager for approval.
We added below condition, but this condition is failing
((GetIndividualCompensationResponse.result.value.empty == true ) and ((Requestor's Assignment.result.PersonNumber == Worker's Current Assignment.result.Person Number) AND ((Worker's Other Compensation Details.planId == 30000XXXXXXX) OR (Worker's Other Compensation Details.elementName == "India Time off in Lieu"))))
however ,if we keep only (GetIndividualCompensationResponse.result.value.empty == true ) condition , this is working fine,