Send Email Notification When Cube has been Processed

ejuszczak
New Contributor II

Hello, I am a new OneStream admin and I was wondering if it was possible to set up a business rule that would send an email to recipients when someone has processed a cube.

The end goal would be to alert the team that changes have been made the the financials.

 

Thanks!

2 REPLIES 2

JackLacava
Community Manager
Community Manager

This is possible, the keyword is "Event Handlers". You will have to write an Event Handler that reacts to the Process Cube action, and sends out the email. There are examples scattered through the documentation and forums.

Consider that Handlers are a fairly advanced topic; because they effectively run after almost every action, if you do them badly you might tank performance for a lot of activities. You're jumping in right at the deep end, and might want to discuss it with someone a bit more senior in the space. Good luck!

JoakimK
New Contributor III

If you are on version 8.1 of OneStream, and your processing of the cube is being executed via Data Management Sequence, there is now an option to send an email as part of the Data Management sequence itself that can be used.