08-23-2023 02:28 PM
I want to run a DM job from a dashboard (with the task popup showing progress, so no background running) and then when finished have the originating dashboard refresh after updating a parameter used in the dashboard. If I call the DM job directly from the dashboard I am not sure how to return a task result that will update the parameter value in the dashboard. I tried using a BR that called a DM job and then updated the parameter and refreshed the screen. However, when running it this way the popup did not appear and it just froze the screen, sort of negating the value of using the DM job. Has anyone successfuly tried to do something like this before?
Solved! Go to Solution.
08-25-2023 08:26 AM
Data Management jobs are background tasks and are started in a separate thread. So the dashboard has no way of knowing about the status of DM job completion.
08-25-2023 08:26 AM
Data Management jobs are background tasks and are started in a separate thread. So the dashboard has no way of knowing about the status of DM job completion.
06-04-2024 11:04 AM
And is there a way how to refresh the whole Application? Like using this button?
06-04-2024 11:08 AM
Unfortunately, there is no BRApi call to refresh an application