Hello,
I wonder if it's possible to subscribe to all actions regarding services on a DMS. For example, if a user updates, deletes, creates a service, can we set up a subscription in a connector through SLNet to get notified of those actions?
Hi Benjamin,
Is it not an option to use information events? Whenever a service is created, updated or deleted, an information event will be generated. You can create a correlation rule that can look at these information events and perform the necessary actions (e.g. execute an script, set a parameter)
Hope it helps
Thank you, Miguel.