Objects/Tables/Table 405 Change Log Entry
Table 405 Change Log Entry in 25
Jonas Paprotka, Base Application 25.5.30849.36072, checked
- App
- Base Application
- Namespace
- System.Diagnostics
Fields, 27Keys, 7Procedures, 3Events, 2
Versions171819202122232425262728latest
Source29
Fields, 27
| Id | Name | Type | Obsolete |
|---|
| 1 | Entry No. | BigInteger | - |
| 2 | Date and Time | DateTime | - |
| 3 | Time | Time | - |
| 4 | User ID | Code[50] | - |
| 5 | Table No. | Integer | - |
| 6 | Table Caption | Text[250] | - |
| 7 | Field No. | Integer | - |
| 8 | Field Caption | Text[80] | - |
| 9 | Type of Change | Enum Change Log Entry Type | - |
| 10 | Old Value | Text[2048] | - |
| 11 | New Value | Text[2048] | - |
| 12 | Primary Key | Text[250] | - |
| 13 | Primary Key Field 1 No. | Integer | - |
| 14 | Primary Key Field 1 Caption | Text[80] | - |
| 15 | Primary Key Field 1 Value | Text[50] | - |
| 16 | Primary Key Field 2 No. | Integer | - |
| 17 | Primary Key Field 2 Caption | Text[80] | - |
| 18 | Primary Key Field 2 Value | Text[50] | - |
| 19 | Primary Key Field 3 No. | Integer | - |
| 20 | Primary Key Field 3 Caption | Text[80] | - |
| 21 | Primary Key Field 3 Value | Text[50] | - |
| 22 | Record ID | RecordId | - |
| 25 | Protected | Boolean | - |
| 26 | Changed Record SystemId | Guid | - |
| 27 | Notification Status | Enum Monitor Field Notification | - |
| 28 | Field Log Entry Feature | Enum Field Log Entry Feature | - |
| 29 | Notification Message Id | Guid | - |
Keys, 7
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Entry No. | - |
| Key2 | Table No., Primary Key Field 1 Value, Primary Key Field 2 Value | - |
| Key3 | Table No., Date and Time | - |
| Key4 | Notification Message Id | - |
| key5 | Field Log Entry Feature | - |
| key6 | SystemCreatedAt, Protected, Field Log Entry Feature | - |
| Key7 | Primary Key Field 2 Value, Table No., Primary Key Field 1 Value | - |
Procedures, 3
| Name | Parameters | Returns | Access | Obsolete |
|---|
| GetFullPrimaryKeyFriendlyName | () | Text | public | - |
| GetLocalOldValue | () | Text | public | - |
| GetLocalNewValue | () | Text | public | - |
Events, 2
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnAfterIsProtected | (var Record Change Log Entry, var Boolean) | - |
| Integration event | OnBeforeCheckIfLogEntryCanBeDeleted | (var Record Change Log Entry, var Boolean) | Pending 23.0 |
| This event is no longer in use. The protection is enforced on the retention policy for Change Log Entry. |