What are the proposed steps to implement event triggers in my solution ?
When implementing complex EventScript triggers , you will usually have to go through these 4 steps: 1. Choose the moment where you want your script to be triggered. 2. Go to the corresponding calculation box for this moment and place the EventScript invocation. 3. Optionally, if the calculation is re-calculated too often and/or if you want to fine-tune the ‘event’, then you can add some additional IF or CASE statements to launch the script only under particular conditions. 4. Optionally, you can add in the event some other ‘parallel processes’. For example to manage at the same time a console-module as proposed in our demonstration file.