Hi Friends,
I have a requirement in Leave Request Workflow in Portal 7.4.
All Leave requests should go to Line Manager, only Sick Leave has to go to HR Manager (One Level Workflow only).
We used WS12300111 for all the leaves, its working fine in PTARQ.
For the Sick Leave, We have made copy of WS12300111 and changed the Rule in the Task TS12300097 to pick the HR Manager, but its not working, No Agent Found issue and PTARQ Report, it is not showing Next Processor as HR Manager, still it is showing Line Manager.
Please let me know, how to solve this issue.
Thanks,
Prasad.
Hi ,
Probably you can overcome this issue by implementing the BADI PT_GEN_REQ method SEARCH_FOR_NEXT_PROCESSOR.
Thanks,Pavan
Hi Pavan,
Thanks for the reply,
I implemented the method search_for_next_processor to get the approver, its picking the approver, but workflow is not triggering.
Do we need to implement Start_wf method as well?
Thanks,
Prasad.