Forum Discussion
Henning
2 days agoValued Contributor II
Hi, in your rules, you just check if the workflow data unit of the respective entity is certified (i.e. locked) and do not run the seeding from Actual for the locked ones.
You can use e.g. this:
Dim lockedStatus As Boolean = False
Dim wfUnitClusterPK As WorkflowUnitClusterPk = BRApi.Workflow.General.GetInputWorkflowUnitClusterPkForMembers(si, povList(0).CubeId, povList(0).EntityId, povList(0).ScenarioId, timeId)
lockedStatus = BRApi.Workflow.Status.GetWorkflowStatus(si, wfUnitClusterPK).Locked
For the full BR take a look at this post:
Is it possible to prevent a force consolidation to run on locked period ? | OneStream Community
Related Content
- 2 years ago
- 2 years ago
- 4 years ago