Skip to main content
Newcomer
July 29, 2022
Solved

Running a Dashboard Extender Rule and Data Management Job through a single button

  • July 29, 2022
  • 1 reply
  • 0 views

I need to build a button where with a single a DM Sequence with multiple steps as well as a Dashboard Extender rule runs.
I earlier thought that we can have a Execute Business Rule Data Management Step as one of the steps within the sequence but I wasn't able to find Dashboard Extender Rules within that.

Can any of how guide on how that can be done? 

Thanks.

Best answer by ChristianW

You can call a data management job from a dashboard extender business rule using: QueueDataMgmtSequence, StartDataMgmtSequence, or ExecuteDataMgmtSequence you can find them here: BRApi.Utilities

1 reply

OneStream Employee
July 29, 2022

You can call a data management job from a dashboard extender business rule using: QueueDataMgmtSequence, StartDataMgmtSequence, or ExecuteDataMgmtSequence you can find them here: BRApi.Utilities