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 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"

Reply via email to