Reporting with Audit Trails Flashcards
Where should you begin your Clarity research when you have a sample data point?
The Record Viewer is an excellent place to investigate for more information.
(Aug. 2021, 6.4)
What tables are designed to audit any item in Chronicles for which auditing is turned on?
Audit item tables.
Aug. 2021, 6.11
What is the prefix for audit item tables?
AUDIT_ITM
Aug. 2021, 6.11
What do audit item tables store?
Audits of items.
Aug. 2021, 6.11
What is the general strategy for audit reporting?
To use items in chronicles for audit reporting if they are available.
The item auditing tables should be used as a last resort.
(Aug. 2021, 6.12)
What do tables ACCESS_LOG and ACCESS_WRKF store?
Epic’s generic event auditing structure.
Aug. 2021, 6.12
What stores audit trails?
- Chronicles items (if set up to be audited)
- AUDIT_ITM tables (the set of tables that begin with AUDIT_ITM)
(Aug. 2021, 6.11)
List the 6 steps that are involved in writing a query that requires joining tables:
- Identify the entities and relationships
- Define the cardinality of the relationships
- Identify the logical expressions for those relationships
- Determine whether to include entities for which the logical expression are never satisfied
- Write the FROM clause
- Write the SELECT clause
(6.5)
Why would a table ever be joined to itself?
If both entities are found in the same table.
This is also an example of when table aliases are required.
(6.25)