Forum Discussion
jzachar
3 years agoNew Contributor
creating popup msg from DM business rule
Is it possible to create a popup msg in a DM business rule like the msg below (created when 'Complete' is clicked). The Load button calls a DB business Rule and I need to first check if WF channel is locked or not. If locked I'd like to notify the user that the channel is locked and the BR is running
1 Reply
- JackLacava
OneStream Employee
You want to launch a Dashboard Extender rule instead, which will check the prerequisites and then launch a data-management one with BRApi.Utilities.ExecuteDataMgmtSequence if necessary. Dashboard Extenders can interact with the page, DMs cannot.
Related Content
- 2 months ago