Hi everybody,
I'm setting up a working project and I'm considering using APEX to get it done, but I'm in doubt: can APEX react (for example) to a database event (insert a record in a table for example, change of data ecc..) in (almost) real time?
The aim is to show operators messages on screens, based on what is going on in a database structure (could be a table, a view or whatever it could be useful to make this job, also not a database object if it works) that collects all the tasks to complete.
Timing is important, because there's a high workflow and breaks of few seconds can lead to a considerable waste of time at the and of the working day.
It's possible make this kind of stuff with APEX and if yes, how?