假期批准/跟踪
有人在 MOSS Sharepoint 2007 中实施了假期工作流程批准/跟踪列表吗?
任何人都可以建议其他解决方案吗?下面的解决方案工作正常但我专门寻找一种方法来查找在工作流程中创建假期请求列表项的用户的经理。
我已点击此链接< a href="http://www.u2u.info/Blogs/Kevin/Lists/Posts/Post.aspx?ID=39" rel="nofollow noreferrer">http://www.u2u.info/Blogs/Kevin /Lists/Posts/Post.aspx?ID=39 其中向您展示了如何创建自定义工作流程审批。以下是链接概述的步骤。
用户将新的假期项目添加到列表
工作流程启动
Wf 对经理进行了硬编码(需要一种方法来查找这个,也许来自 AD??)并为他们创建一个任务来审查请求。如果需要,这可以包括任务的电子邮件通知
经理审查、添加评论并批准/拒绝请求
用户收到已完成请求的通知
非常感谢, 纳文
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们使用定制开发的 InfoPath 表单和简单的审批工作流程来解决此任务。
We have used a custom developed InfoPath form and a simple Approval workflow to tackle this task.