Re: [rt-users] TransactionBatch Question

2009-06-03 Thread Stephen Turner
On Mon, 01 Jun 2009 18:19:35 -0400, Ruslan Zakirov ruslan.zaki...@gmail.com wrote: Steve, sorry, but I can't say that I fully understand your description, but conditions of batch scrips tested on every transaction in a batch, but process stops as soon as we find a match. We don't want to

[rt-users] TransactionBatch Question

2009-06-01 Thread Stephen Turner
I'm playing with the TransactionBatch feature and I'm curious: if you use $self-TransactionObj in a custom scrip condition for a TransactionBatch scrip, what do you get? My understanding is that this stage does not execute in the context of a transaction. Steve -- Stephen Turner Sr.

Re: [rt-users] TransactionBatch Question

2009-06-01 Thread Ken Crocker
Stephen, I use it a lot. My understanding, and experience, is that with TransdactionCreate, the scrip you write may not execute until after certain built-in RT transactions have executed (with commit) and with TransactionBatch, they all execute in sequence (alphabetical) followed by the

Re: [rt-users] TransactionBatch Question

2009-06-01 Thread Ruslan Zakirov
On Mon, Jun 1, 2009 at 6:01 PM, Stephen Turner stur...@mit.edu wrote: I'm playing with the TransactionBatch feature and I'm curious: if you use $self-TransactionObj in a custom scrip condition for a TransactionBatch scrip, what do you get? My understanding is that this stage does not execute

Re: [rt-users] TransactionBatch Question

2009-06-01 Thread Stephen Turner
On Mon, 01 Jun 2009 13:55:23 -0400, Ruslan Zakirov ruslan.zaki...@gmail.com wrote: On Mon, Jun 1, 2009 at 6:01 PM, Stephen Turner stur...@mit.edu wrote: I'm playing with the TransactionBatch feature and I'm curious: if you use $self-TransactionObj in a custom scrip condition for a

Re: [rt-users] TransactionBatch Question

2009-06-01 Thread Ruslan Zakirov
On Mon, Jun 1, 2009 at 10:15 PM, Stephen Turner stur...@mit.edu wrote: On Mon, 01 Jun 2009 13:55:23 -0400, Ruslan Zakirov ruslan.zaki...@gmail.com wrote: On Mon, Jun 1, 2009 at 6:01 PM, Stephen Turner stur...@mit.edu wrote: I'm playing with the TransactionBatch feature and I'm curious: if