03-29-2022
02:55 AM
- last edited
a week ago
by
JackLacava
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 time. Preferably combining loads with (Excel) input. Does anybody know which tables to join to get the good old HFM data audit table?
Thanks in advance,
Marc
Solved! Go to Solution.
03-30-2022 12:01 PM
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.
03-30-2022 12:01 PM
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.
03-09-2023 07:29 AM
Hi,
How is user information being pulled here?
03-14-2023 01:22 PM
you can join to DataEntryAuditSource on AuditSourceID, that should get you user name and timestamp