Solved
Forum Discussion
Pawel
11 months agoNew Contributor II
Hello gentlemen,
I struggle with quite similar issue, the button executes the Dashboard Extender rule, it starts the DM, waits for the end, i can see the result message but the application does not refresh
What could be wrong?
FredLucas
11 months agoContributor III
Hi Pawel
Can you share your code, have you included this last part at the end?
'Complete the workflow step if and when DM sequence completes sucessfully
BRApi.Workflow.Status.SetWorkflowStatus(si, wfToUpdate, StepClassificationTypes.Workspace, WorkflowStatusTypes.Completed, "Auto completing Workspace", _
"Error autocompleting Workspace", "Auto completing", Nothing)
' You can paste and adapt your existing WF Status Update code here
selectionChangedTaskResult.WorkflowWasChangedByBusinessRule = True
selectionChangedTaskResult.IsOK = True
Return selectionChangedTaskResult
- Pawel11 months agoNew Contributor II
That was the final piece I was missing! Thank you!
Related Content
- 11 months ago
- 2 years ago