Report Production on Step Utilization
Comments
-
Hi!
Is there a way to view the updates, creations, and edits that were made to a specific folder entity on a particular date. Could this be done with a SQL query?
-
You can enable auditing on a type and it will log out all edits to the audit_entity table.
Here is Documentation on enabling auditing: [url=https://documentation.decisions.com/docs/enabling-auditing]https://documentation.decisions.com/docs/enabling-auditing[/url]Or if you want more control you can create an after save flow in this types configuration folder and have this flow save a record somewhere.
[i]Note: after enabling this it will not show edit history, only reporting edits going forward.[/i]
[i]edited by cameron@decisions.com on 1/20/2020[/i]