Hi Dojo,
I have an element which tracks other elements in a Dataminer agent and stores their information in a table. If a tracked element is deleted from Dataminer, is it possible to catch the SLNet message (or some other indicator that tracks the deletion of the element) in the connector and run a QAction to reflect the changes? Or do we have to continuously check if the elements tracked continue to exist in the Dataminer system?
Hi Chian,
A possible option is to catch the information events related to the element removal through a correlation rule:
The correlation rule could set a parameter in your manager element to trigger a specific workflow.
Hope it helps.