
My Challange:
The Manager is going on vacation for 2 weeks and wants the delegated approve to do the approvals in their absense. The issue is, how will the delagted approve know if there are any delegated approvals need their attention since they don't show up on their home page and their is now way to have an email sent to the delgated user. The only thing I can think of is to change the manager field on all the users.
Does anyone else have a better idea?
2 risposte

We had a similar need. We created two custom fields - a delegate start & end date that the approver can set. Then we have apex code that checks to see if today's date falls between those two dates and if it does, reassigns the approval to the appropriate delegate.