Table "Change Log Entry"
ID 405
Namespace: System.Diagnostics
Properties
Fields
| Name |
Type |
Description |
| "Entry No." |
BigInteger
|
|
| "Date and Time" |
DateTime
|
|
| Time |
Time
|
|
| "User ID" |
Code[50]
|
|
| "Table No." |
Integer
|
|
| "Table Caption" |
Text[250]
|
|
| "Field No." |
Integer
|
|
| "Field Caption" |
Text[80]
|
Specifies the field caption of the changed field.
|
| "Type of Change" |
Enum System.Diagnostics."Change Log Entry Type"
|
|
| "Old Value" |
Text[2048]
|
Specifies the value that the field had before a user made changes to the field.
|
| "New Value" |
Text[2048]
|
Specifies the value that the field had after a user made changes to the field.
|
| "Primary Key" |
Text[250]
|
|
| "Primary Key Field 1 No." |
Integer
|
|
| "Primary Key Field 1 Caption" |
Text[80]
|
|
| "Primary Key Field 1 Value" |
Text[50]
|
|
| "Primary Key Field 2 No." |
Integer
|
|
| "Primary Key Field 2 Caption" |
Text[80]
|
|
| "Primary Key Field 2 Value" |
Text[50]
|
|
| "Primary Key Field 3 No." |
Integer
|
|
| "Primary Key Field 3 Caption" |
Text[80]
|
|
| "Primary Key Field 3 Value" |
Text[50]
|
|
| "Record ID" |
RecordId
|
|
| Protected |
Boolean
|
|
| "Changed Record SystemId" |
Guid
|
|
| "Notification Status" |
Enum System.Diagnostics."Monitor Field Notification"
|
|
| "Field Log Entry Feature" |
Enum System.Diagnostics."Field Log Entry Feature"
|
|
| "Notification Message Id" |
Guid
|
|
| SystemId |
Guid
|
|
| SystemCreatedAt |
DateTime
|
|
| SystemCreatedBy |
Guid
|
|
| SystemModifiedAt |
DateTime
|
|
| SystemModifiedBy |
Guid
|
|
| SystemRowVersion |
BigInteger
|
|
Methods
GetFullPrimaryKeyFriendlyName
procedure GetFullPrimaryKeyFriendlyName(): Text
Returns
GetLocalOldValue
procedure GetLocalOldValue(): Text
Returns
GetLocalNewValue
procedure GetLocalNewValue(): Text
Returns
Events
OnAfterIsProtected
[IntegrationEvent(False,False)]
local procedure OnAfterIsProtected(var ChangeLogEntry: Record "Change Log Entry", var ProtectedRecord: Boolean)
Parameters
See also