Forum Discussion

Jasper's avatar
Jasper
New Contributor II
2 years ago

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.