Skip to main content
Denis Horgan 님이 #Data Management에 질문했습니다
I have an appproval process that is set up so that it first goes to the manager and then then user selects the next person to send it to.  The Managers user record has their delgated approved configured.  

 

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개
  1. 2010년 5월 11일 오전 1:33
    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.  
0/9000