Dear community,
At Vezet we want to build some user logging functionality. However, we ran into an issue with the order_no's of the templates which handle the atomic transaction. Below is an example:
We want to weave functionality between tasks_start and transaction_start. This is impossible because there is no INT value between 1 and 2. We also want to weave functionality(a finally block of some sorts) between 99999 and 100000, this is also impossible.
We can edit the control_procedure of sql_tasks to change these order_no's but because it's copied from a base project it resets after a generate. We can change the base project but this causes problems everytime we upgrade to a new version of the Software Factory.
What is the best solution for this issue?