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 ...
SStalker
OneStream Employee
3 years agoEach user's default workflow setting is stored in the WorkflowView.xml file in the File Explorer (see screen shot). Unfortunately, there is no built-in call to update this for each user. You would need to build a rule to loop over the XML file for all users and modify each. You would also need to be careful not to assign a scenario that a user does not have access to view.
Something similar to this is done in the AST solution where the default home page is updated in the UserAppSettings.xml file in the same folder.
Related Content
- 3 years ago