cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction keeps its state?

Former Member
0 Kudos

Hello!

It seems as if transaction keeps its state. When I run transaction the first time it assigns local variables in Transaction.Local and when I run transaction once again local variables keep values that has been assigned while previous execution. Does anybody know how to turn it off?

MII version 12.1.7 b.44

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

jcgood25
Active Contributor
0 Kudos

Take a look at the DefaultTransactionPersistence setting on the System Management...System Administration page in the Menu.

If you are calling one transaction from another then the Reset checkbox on the Logic action block comes into play relative to local properties retaining their values in successive calls within a TRX.

Answers (1)

Answers (1)

agentry_src
Active Contributor
0 Kudos

In the configuration of the Call Transaction action block, you have a check box which will cause a full reload of the transaction (and remove the previous values).

Regards,

Mike