Stump the Panel Topic: I always have this problem - Laura can you help http://www.endusersharepoint.com/STP/ SharePoint QA en Thu, 21 May 2009 13:18:37 +0000 laura67 on "I always have this problem - Laura can you help" http://www.endusersharepoint.com/STP/topic/i-always-have-this-problem-laura-can-you-help#post-6765 Mon, 18 May 2009 10:50:57 +0000 laura67 6765@http://www.endusersharepoint.com/STP/ <p>Lain,<br /> Please type in your workflows conditions &#38; actions for us, so that we can tell you where it's going wrong and why it's looping. Also, note that once you install service pack 2, this looping problem will supposedly go away. </p> eric on "I always have this problem - Laura can you help" http://www.endusersharepoint.com/STP/topic/i-always-have-this-problem-laura-can-you-help#post-6759 Mon, 18 May 2009 08:48:44 +0000 eric 6759@http://www.endusersharepoint.com/STP/ <p>That usually points to bad logic or not unique lookups. I've spammed myself hundreds of times buildng and testing workflows.</p> <p>Also what you can do is when a new item is created, set a workflow variable that is 5 days from the current date. next step, pause until that date, then do something.</p> <p>Paul's idea of batching looks interesting </p> AutoSponge on "I always have this problem - Laura can you help" http://www.endusersharepoint.com/STP/topic/i-always-have-this-problem-laura-can-you-help#post-6754 Sun, 17 May 2009 18:21:12 +0000 AutoSponge 6754@http://www.endusersharepoint.com/STP/ <p>Think of it as a state control list. You're going to record the item and the state. Then you have to trigger the state check nightly. That part may need a Visual Studio workflow, honestly.</p> <p>Another option is to look into Information Management Policies. You can see if it will trigger a reminder at create date + 5 (IMP workflow already runs daily). </p> ihmunro on "I always have this problem - Laura can you help" http://www.endusersharepoint.com/STP/topic/i-always-have-this-problem-laura-can-you-help#post-6752 Sun, 17 May 2009 13:19:34 +0000 ihmunro 6752@http://www.endusersharepoint.com/STP/ <p>Hi Paul</p> <p>Thanks for pointing me in the right direction. I have searched STP as well as the web but cannot find anything relating to a holding list.</p> <p>It is possible to give me some further guidance?</p> <p>Iain </p> AutoSponge on "I always have this problem - Laura can you help" http://www.endusersharepoint.com/STP/topic/i-always-have-this-problem-laura-can-you-help#post-6750 Sat, 16 May 2009 23:23:52 +0000 AutoSponge 6750@http://www.endusersharepoint.com/STP/ <p>IMHO you're better off using the workflow to immediately send the date + 5 days to a holding list. Every night, you run a workflow (or better a batch job) to check the holding list for any dates = today. If there are entries, the batch checks the referred item (by a lookup column or link) and sends/triggers the email. </p> ihmunro on "I always have this problem - Laura can you help" http://www.endusersharepoint.com/STP/topic/i-always-have-this-problem-laura-can-you-help#post-6747 Sat, 16 May 2009 19:23:11 +0000 ihmunro 6747@http://www.endusersharepoint.com/STP/ <p>Everytime I add in a workflow, I end up getting hundreds of emails from the workflow.</p> <p>What I am trying to do is wait say 5 days after a new document has been added into the system then start the workflow. The workflow could be anything - say missing info as an example that may not be able to be obtained when the document was created.</p> <p>The workflow will then remind the person to get the info added.</p> <p>It always seems to go into a loop.</p> <p>Any ideas?</p> <p>Iain </p>