Forum Discussion
Technically what gets locked is the Workflow Unit, not the actual data. The data is still editable from business rules, so if you want to bypass the workflow status, you'll have to head in the direction of custom code - like an Extensibility Rule triggered by a Data Management job.
In there, you could try using brapi.data.ImportAndProcessJournals; there is a snippet showing how to do it, called "Load Journal Details".
There are probably other ways to address this (in OneStream, there are at least 2 different ways to do anything...), with some clever metadata handling (like copying consolidated data to a base entity somewhere else, and amend that), but if the snippet works I'd just go with that.
- cwtakos2 years agoNew Contributor II
Can you confirm this still works? I was able to get the ImportAndProcessJournals to load and post from a data management sequence when the workflow was not certified. I keep getting an error if the workflow parent has been certified. "Parent workflow profile is certified"
Related Content
- 10 months ago
- 6 months ago