cancel
Showing results for 
Search instead for 
Did you mean: 

Multi Approval Leave Request

former_member212277
Participant
0 Kudos

Experts,

                    I need to create workflow with multiple approvers for the leave request. I have copied standard workflow(12300111) , I have doubts about Where I have to add status changing methods and how to determine next approver in that workflow. Please explain it graphically and give codes for determining next approver if possible.

Thanks,

Sathish V

Accepted Solutions (0)

Answers (1)

Answers (1)

I042439
Employee
Employee
0 Kudos

Hi Sathish

Do you want MULTIPLE Approvers for a single level approval step of the Leave request WF?

OR do you want MULTI-LEVEL Approval Process for you Leave request.

From the description you have given, it seems you need a Multi-Level Approval WF for Leave Request ......if that is the case, following link has all you need:

Customizing the ESS Leave Approval using Business Workflow - ERP Human Capital Management - SCN Wiki

Regards,

Modak

former_member212277
Participant
0 Kudos

Thanks Modak,

                   

                         I have followed the above one,  from that solution only I have got this doubts. Can you please explain about status changing methods and determining approver by graphically. It would be great helpful

Thanks

Sathish V

I042439
Employee
Employee
0 Kudos

Hi Sathish

Here I am pasting some extracts from a similar development I did a few years ago.

This will give you some idea. These pictures will have to be downloaded and then magnified to get the details.

In the WF diagram - the steps marked with a star are custom steps and rest is a copy from standard WF.

Here is the Flow Diagram (ignore my custom Development Objects)

Regards,

Modak

former_member212277
Participant
0 Kudos

Thanks again modak,

                              Now I  understood about designing workflow for multiple approval leave request process and now my doubt is about determining next approver, Can u please give some codes If possible.

Sathish V

I042439
Employee
Employee
0 Kudos

Hi Sathish

I would love to spoon feed (as If I have not already done above!!).... however, if you really want to "learn" ... please go ahead and try stuff yourself..... This is a humble request from my end!

To get the next approver, you actually need to see how it is defined in your organization and then code a method accordingly. Place the call in your workflow where I have placed in the above WF screen shot!

To set the manager in the WD framework - the code is already given in the link!!

Regards,

Modak