莫斯 2007 工作流程
我是 MOSS 2007 的新手。我需要创建一个工作流程来查看文档的审阅日期(预定义为 3、6 或 12 个月值的选择列表),然后在审阅日期已过时发送电子邮件。
因此,工作流程需要获取文档审阅日期,然后将其转换为日期时间,如果大于当前日期,则添加到创建日期发送电子邮件。
谁能告诉我是否可以使用 SP 设计器来创建工作流程?我将不胜感激任何指点。
非常感谢, 导航
I'm new to MOSS 2007. I need to create a workflow that looks at a document's review date (a select list predefined to values of 3 , 6 or 12 months) then send an email if the review date has passed.
So the workflow needs to get the documents review date then convert this to date time add to the created date if greater than current date send an email.
Can anyone tell me if this is possible to do using SP designer to create the workflow? I'dd be grateful for any pointers.
Many Thanks,
Nav
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
SharePoint Designer 使创建此类工作流变得非常简单。请参阅本文。
日期操作可能有点麻烦,因此如果您需要更多的灵活性并且具备编写一点 C# 或 VB 代码的技能(不需要 Visual Studio),那么请查看 工作流电源包。 相关博客上有很多示例。
免责声明,我在 WPP 工作过,所以请认为我有偏见(不过它效果很好:-)
SharePoint Designer makes it very simple to create these kind of workflows. Have a look at this article.
Date manipulation can be a bit of a pain so if you need a little bit more flexibility and have the skills to write a little bit of C# or VB code (Visual Studio not required) then have a look at the Workflow Power Pack. There are plenty of examples on the associated blog.
Disclaimer, I worked on the WPP so consider me biased (It works great though :-)
您可以使用辅助工作流程(启动、更新日期和完成)来完成此操作。
You can do this with secondary workflows, that starts, update dates and finish.