Skip to main content
August 21, 2024
Solved

DM Job From Business Rule Initiated by Button Locks System Until DM Finished

  • August 21, 2024
  • 1 reply
  • 0 views

For context, we have a button on a dashboard that triggers a function held in the workspace assemblies (specifically as Dashboard Extender).  That function starts a data management sequence.  When the user presses the button OS just stops.  You can't check status, you can't navigate anywhere else in the instance.  The button remains depressed seizing hold of your instance until the DM sequence is complete. The issue is this sequence takes up to 30 minutes to complete.  You can open a new instance and move on, but that is highly inconvenient.  Is there a way to set it up in the assembly dashboard extender that the DM sequence runs as a background job, and the button doesn't need to stay active until complete?

Thanks,

Best answer by DanielWillis

Check out https://onestreamsoftware.service-now.com/support?sys_kb_id=2e2745b81b6f4a542673ed776e4bcb5c&id=kb_article_view&sysparm_rank=1&sysparm_tsqueryId=278398eb1b089a10c89ca686624bcb81

Guessing you need to use StartDataMgmtSequence instead of ExecuteDataMgmtSequence

1 reply

Employee
August 21, 2024
Tom_RAuthor
August 21, 2024

Thank so much.  I was looking for documentation about that, but was having trouble finding it.