Jasper
2 years agoNew Contributor II
Show task progress dialog from BR
Is it possible to show the task progress dialog (see picture below) of a DM task started in a BR.
Dim task As TaskActivityItem = BRApi.Utilities.ExecuteDataMgmtSequence(...)
' Do something with task to show dialog?
Or is there another way to consolidate from a BR, where it automatically shows the progress dialog?
Context: Button -> Dashboard Extender BR to change params -> DM sequence -> Consolidate. I need the Dashboard Extender API on same button press to change params, so can't call the DM/consol directly from button press.