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
Upkar
2 years agoNew Contributor II
Bulk Certify workflow
Hi All, My team and I need to create a dashboard that will help the user in bulk certify workflow profiles. the whole interface is similar to Workflow Multi-Period Processing(screenshot) but with f...
db_pdx
2 years agoValued Contributor
Hi Upkar: if the user has access to the top level workflow the administrative panel has the right-click > Corporate Certification Management > Certify and Lock Descendants option. Obviously, if the user cannot access the top level this won't work.
If that's the case you'll probably need to build it yourself into a dashboard. You'll need to loop the profiles and set the certification. Check out the functions:
BRApi.Workflow.General.GetWorkflowUnitClusterPk
BRApi.DataQuality.Process.ExecuteProfileCertification
As they will be the primary pieces you'll need.
Lastly, if memory serves me correctly some of the Actor Workspace dashboards from the Golfstream demo app might provide ideas for views you could use to manage this.
- NicoleBruno2 years agoValued Contributor
We did something similar - created a dashboard for a user to click a button to lock multiple workflows. The button triggered a DM job which triggered a business rule. Ours was a lock so a little different than the suggestion outlined above but here's a portion of our BR with some blurred out for reference:
Hope it's useful!
-Nicole
Related Content
- 1 year ago
- 2 years ago
- 2 years ago