The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
OSAdmin
OneStream Employee
5 years agoE-mail Notification when a Confirmation Rule Fails?
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
- OSAdmin
OneStream Employee
Originally posted by Andy Mooreyou 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")
Related Content
- 1 year ago
- 2 years ago