Holiday Approval /tracking
Posted
by nav
on Stack Overflow
See other posts from Stack Overflow
or by nav
Published on 2010-05-19T16:36:47Z
Indexed on
2010/05/19
17:00 UTC
Read the original article
Hit count: 312
Hi,
Has anyone implemented a holiday workflow approval / tracking list in MOSS Sharepoint 2007?
Can anyone suggests other solutions? The solution below works fine but I am specifically looking for a way to lookup manager of the user who created the holiday request list item in the workflow.
I have followed this link http://www.u2u.info/Blogs/Kevin/Lists/Posts/Post.aspx?ID=39 which shows you how to create a custom workflow approval. Below are the steps outlined by the link.
User add new holiday item to list
Workflow kicks off
Wf has the manager hardcoded (need a way to look this up, maybe from AD??) and creates a Task for them to review the request. If desired, this can include an email notification of the task
Manager reviews, adds comments and approves/denies request
User is notified of completed request
Many Thanks, Naveen
© Stack Overflow or respective owner