Subject Re: [IBO] OnCustomizeTPB example
Author Helen Borrie
At 01:35 AM 5/10/2012, tomjanczkadao wrote:
>Hi
>Is there any example how to set custom transaction params? AFAIK the only way to do this is to write OnCustomizeTPB event but there is no example how to do this.

I don't know of any such example; but you might be looking at the "hard way" to get custom transactions. If you have a group of transaction params that you want to encapsulate, make a descendant class from TIB_transaction with all of the attributes you want and use that explicitly, instead of your usual transactions (implicit and/or explicit).

Helen