Dear Gurus,
We have the following requirment for my client .
If (Employee have Dotted Line Manager)
Send timecard to LINE_MANAGER
Send DOTTED_LINE_MANAGER
IF (LINE_MANAGER = Approves
Remove or approve time card from DOTTED_LINE_MANAGER
End-IF
IF (DOTTED_LINE_MANAGER = Approved
Remove or approve time card from LINE_MANAGER
End-if
(Note: If LINE_MANAGER OR DOTTED_LINE_MANAGER approved time card will appear as approved for both
Else
Send timecard to LINE_MANAGER
If LINE_MANAGER = Approves
Time card is approved
End-If
Requirement - Employee has one assignment . In one assignment we have two managers - One line manager and one dotted line manager. for some employees they have only Line manager.
Employees with dotted line manager- if Dotted line manager or Line manager approves, the transaction should be complete.
issue - As of today, the transactions are getting routed to the corrected approvers BUT system is expecting both the approvers to approve.
Consider that we cannot use voting concept in TL, Appreciate any pointers