The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
NidhiMangtani
3 years agoContributor III
Updating WFScenario through a Business Rule
Hi All,
Is there a possibility to update WFScenario for all users of the application from back end through a Business Rule?
When moving the app from one quarter to another for Financial Regional ...
NidhiMangtani
3 years agoContributor III
BRApi.Workflow.General.SetSelectedWorkflowView(si, profileName, scenarioName, timeName)
followed by refreshing the application through extender rule worked fine.
'Can be called from a dashboard extender business rule:
Dim selectionResult As New XFSelectionChangedTaskResult()
selectionResult.WorkflowWasChangedbyBusinessRule = True
Return selectionResult
No further assistance needed on this thread.
NidhiMangtani
3 years agoContributor III
Hello,
I think we celebrated too soon.
BRApi.Workflow.General.SetSelectedWorkflowView(si, profileName, scenarioName, timeName)
This statement is setting WorkflowView only for current user, not all users. Has anyone forced Workflow settings refresh for all the users?
Related Content
- 3 years ago