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
MarcR
4 years agoContributor II
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...
- 4 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.
ckattookaran
4 years agoValued Contributor
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.
NidhiMangtani
3 years agoContributor III
Hi,
How is user information being pulled here?
- ckattookaran3 years agoValued Contributor
you can join to DataEntryAuditSource on AuditSourceID, that should get you user name and timestamp
Related Content
- 2 years ago
- 3 years ago
- 2 years ago