开发者

moss 2007 workflows

开发者 https://www.devze.com 2022-12-27 06:29 出处:网络
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.

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 tel开发者_JAVA百科l me if this is possible to do using SP designer to create the workflow? I'dd be grateful for any pointers.

Many Thanks, Nav


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消