BrowseAuditBck (Example of historical audit data inspection)

Top  Previous  Next

This is just a copy of the Browse “BrowseAudit” with the primary file changed. This Browse browses the historical audit file (AuditBck) create with the previous process (CleanAudit), and allows you to inspect the old data the same way you do to the current one.

You can create it from scratch in the same way as you did “BrowseAudit”, except that you must change the files involved in the “FileSchematic”.

 

clip0019

This is possible because the control templates from FullRecord works on any audit file, as long as they have the exact same layout as the main Audit file (declared in the global extension).

If you just want to copy the “BrowseAudit” procedure, follow these steps:

1)Copy the procedure with other name (For example, “BrowseAuditBck”)
2)Enter the window source by the ellipsis button (…) and do a search & replace over the file prefix: if the audit file is AUD: and the other file is AUDB:, then search for AUD: and replace it for AUDB:.
3)Accept the window and go to the “File Schematic”, delete the “Audit” file everywhere and replace it for the new one, “AuditBck”.
4)Enter the “Conditional behavior” Tab in the Window properties, and replace the “Key to use” by the corresponding keys for the new file.

That's it, now the copied browse should work with the historical file, without having to redoing the browse from scratch.