Question

We are creating a process that needs to be a staged process in our WSS 3.0 list. We have a staged process where certain teams need to come in after another team, so we have "then Wait for so and so to be Completed". We can send an email like this, but we want to be able to send reminder emails for each day the team didn't mark that they completed their part, since they're supposed to in 24 hours. Possibly even escalate with different email addresses on the second day.

Is there a way to do this without modifying code? We are attempting SharePoint migration right now and don't want to modify anything with code. We just want to create a workflow or something to complete this.

Thank you.

Edit: To add something to do this, we want to kind of incorporate an or statement or something of the like. For example, we want to halt the workflow until the team states they completed their part, OR after 24 hours send a reminder email, then 48 hours send another reminder email, etc. Kind of like a loop. If you wait for the field to be completed and 24 hours have past? Send a reminder, then loop back.

Was it helpful?

Solution

You can write a workflow that runs on edit, pauses 24 hours, check conditions, and send a reminder. Then reset a flag which "edits" the item, relaunching the workflow. It's not the most reliable method, and you don't want to do this if you'll have large numbers of items this is running on. But with wss 3.0 you're fairly limited.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top