Skip to main content
July 2, 2020

E-mail Notification when a Confirmation Rule Fails?

  • July 2, 2020
  • 1 reply
  • 0 views
Originally posted by Rob Dessureault

2/13/2019

Can a specific set of users (corporate users) be notified by e-mail if a "specific" confirmation rule fails at any of the base level workflows?

1 reply

July 14, 2020
Originally posted by Andy Moore

you could use the DataQualityEventHandler example from Golftsream as a starting point. It is setup to send emails when a wf profile is certified. Certify Instance has all the same functions for Confirmation so you'd want to update it to say "Dim ConfirmInstance as ConfirmInstanceInfo" etc and then the function you want to go after a specific rule is ConfirmInstanceInfo.ConfirmRuleInfo.Equals("your rule name")