Lad to hear :) -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of pivanov Sent: Tuesday, April 06, 2010 1:11 AM To: [email protected] Subject: Re: Executing ALs in ALGs on predefined interval
Hi LJ, thanks a lot for your reply. Yesterday i managed that and did something like you suggested :) Cheers, Plamen Ivanov www.remedy.bg On 1 Апр, 20:10, LJ Longwing <[email protected]> wrote: > Ok...this is ugly, but it should work..... > > Create two tmp fields, one is 'current record', another is 'execute time' > > Create an AL that fires on interval of something like 3 seconds > > Have it call a guide looping through the table > > Within that guide have it check to see if the currently selected row = > 'current record'...and if $TIMESTAMP$ > 'execute time'....if it is, do > what you need and then increment 'current record' and 'execute time' > appropriately....the next time the loop runs it will only fire if the > timestamp is greater than your 'execute time' and the row you are to > take action on matches the row you set.... > > There's lots of logistics that would need to be worked out beyond what > I have outlined....but it shouldn't be too hard to do. > > > > -----Original Message----- > From: Action Request System discussion list(ARSList) > > [mailto:[email protected]] On Behalf Of pivanov > Sent: Thursday, April 01, 2010 2:50 AM > To: [email protected] > Subject: Executing ALs in ALGs on predefined interval > > Hello, > > i need to perform table loop with ALG, which must to fire ALs with > delay (after 1 minutes for example) after each interaction. (executing > on 1rst row > - wait 1 min - execute on 2nd row - wait 1 min and so on) That must to > be done without user interaction (wait action is not working in that > case as I > think) Is that possible and how I can realize it? > > Thanks in advance, > Plamen Ivanov > > ______________________________________________________________________ > _____-_ > ___ > UNSUBSCRIBE or access ARSlist Archives atwww.arslist.orgattend wwrug10www.wwrug.comARSlist: "Where the Answers Are" > > ______________________________________________________________________ > _____-____ UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org > attend wwrug10www.wwrug.comARSlist: "Where the Answers Are"- Скриване > на цитирания текст - > > - Показване на цитирания текст - ____________________________________________________________________________ ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

