Event control with TMS Echo / Aurelius.
I created a Windows client service with Aurelius and Echo. The data exchange between the clients and the server works perfectly.
The data is recorded via an app. Everything perfect too. Data insert to the database, echo send data to the server via the service and forwarded to all clients. Perfect.
Now my problem:
I use an TMSFNCPlanner application. The items in the planner should now be updated as soon as Echo has entered new data into the database via the service.
Is there an event control for Aurelius that recognizes the new entry and enables the planner items to be updated.
When I use Aurelius Events, this is unfortunately only possible within an app. The manager must be activated.
If the data comes into the database via an external app (service), I have no change to recognize the data change with the Aurelius events.
I don't want to use any database triggers or timer if possible.
Or does ECHO have the option to trigger an event after a batch load?
Thanks for any help
Andreas