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
Oscar
2 years agoContributor
QueueDataMgmtSequence
Hello ... Under platform 8.2, we get warnings in business rules that reference function QueueDataMgmtSequence. Does anyone know what function should be utilized instead?
1) Warning at line 114: 'P...
- 2 years ago
Introduction of workspaces has impacted the argument list for few of the functions including QueueDataMgmtSequence. The updated function call would require below arguments,
If the workspace is default, pass Guid.Empty as the second argument. The latest function structure can be referred from the API helper present in the left side panel of the Rule Editor screen.
hiren
2 years agoNew Contributor III
Introduction of workspaces has impacted the argument list for few of the functions including QueueDataMgmtSequence. The updated function call would require below arguments,
If the workspace is default, pass Guid.Empty as the second argument. The latest function structure can be referred from the API helper present in the left side panel of the Rule Editor screen.