Transaction Group scheduling time

Can you suggest me (if exists) a way to access to a transaction group Scheduling Time and change it dinamically…maybe by script or other…

Thank you,
Federico

It is not possible to change the schedule of transaction groups dynamically. What you can do is drive some trigger bit using your own logic, and have the transaction group run whenever that trigger bit is true. Construction and executing a schedule is something you will have to deal with yourself.

Thank you for the answer! I will try the way you suggested me…