Hello,
I'm wondering if there is an option to configure notification rules so that notifications are only triggered when certain condition is met. We only need notifications to be sent when collections are failed or circuit breaker value is reached. At the moment these notifications are sent out not only when the collection is not sucesffull but also when there are some errors within the collection so we're receiving many error messages daily.
Within notification rule definition there are no options to be chosen for what trigger to set up the rule.
Thank you,
Martin
I don't believe any additional filtering is available here, could be a good addition to the ideas forum though - RSA Ideas for RSA Identity Governance & Lifecycle
As a possible solution, you could write a report which would allow greater flexibility to control the data captured and schedule it to be sent.
The details are found in the following view:
V_AVR_ADMIN_EXCEPTIONS
For example:
select * from V_AVR_ADMIN_EXCEPTIONS
where ADMIN_EXCEPTION_TYPE = 'CircuitBreaker';