MarcR
3 years agoVIP
Data Audit
Hi All,
In OneStream there are many audit tables containing specific sections that can be audited. I'm looking for a detailed overall data audit showing which user changed which number at what tim...
- 3 years ago
Marc
I think two tables hold this information. Forms one is stored under DataEntryAuditCell, Workflow ones are under TaskflowStepLog (you need to query for the ones that got InstanceStatus of 2, and the StepKey is TaskflowStepDataItem.LoadCube.UniqueID.ToString.
You might have to use the DataEntryAuditSource to get the user information.