# Transaction Log Display - New

#### **Purpose**

This module displays records from the <span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Roboto, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">Database</span><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Roboto, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;"> </span>*transaction* table. Occasionally, it might be necessary to determine when a *memorials* record was last updated and/or by which user. The *transaction* table is a log of all memorial transactions. Included in the record is the actual mySQL test string submitted. Thus, if needed, a record that might have been accidentally deleted can be recovered.

#### **Utility Form**

To create a report use one of the two options:

1. Enter a single **Grayson Id** to display all of the *transaction* table for the indicated Id.
2. Leave the field blank to display all *transaction* table records for the past 30 days..

[![utility_log_display_form.png](https://wiki.txfannin.org/uploads/images/gallery/2024-09/scaled-1680-/utility-log-display-form.png)](https://wiki.txfannin.org/uploads/images/gallery/2024-09/utility-log-display-form.png)

#### **Sample Output**

The sample output below was produced by leaving the **input field** blank.

**[![utility_log_display_output.png](https://wiki.txfannin.org/uploads/images/gallery/2024-09/scaled-1680-/utility-log-display-output.png)](https://wiki.txfannin.org/uploads/images/gallery/2024-09/utility-log-display-output.png)**

**Information displayed includes…**

1. **Ind Name** - Name of the individual associated with the *memorials* record.
2. **Grayson Id** - Id number of the record.
3. **Type** - The type of update preformed (Add, Edt, Del) on the particular record.
4. **User Name** - Name of the *user* who made the transaction.
5. **Timestamp** - The computer generated *date-time* that the transaction was made.