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
WillVitale
7 months agoContributor II
Business Rule within the Import Step
Hello,
We have a custom business rule that does some account reversing we run centrally at the end our month end process. using a dashboard We're putting in a new lease process within OneStream and...
- 7 months ago
Yes, you can call your custom BR from a Data Management Sequence. And that DM sequence can be called on the "Process" step of a workflow so it runs when the user hits "Load and Process" or "Process Cube".
To allow the DM sequence to be called from the "Process" step, you need what is called a DataQualityEventHandler BR. There are examples of this Extensible BR in the Blueprint or GolfStream sample applications. This BR allows you to call a DM sequence from a workflow calculate step as follows:
T_Kress
OneStream Employee
7 months agoYes, you can call your custom BR from a Data Management Sequence. And that DM sequence can be called on the "Process" step of a workflow so it runs when the user hits "Load and Process" or "Process Cube".
To allow the DM sequence to be called from the "Process" step, you need what is called a DataQualityEventHandler BR. There are examples of this Extensible BR in the Blueprint or GolfStream sample applications. This BR allows you to call a DM sequence from a workflow calculate step as follows:
- WillVitale7 months agoContributor II
Thank you for the solution! This worked out great.
Will
Related Content
- 2 months ago
- 2 years ago