Table "Change Log Entry"

ID 405
Namespace: System.Diagnostics

Properties

Name Value
Caption Change Log Entry
DrillDownPageID Page System.Diagnostics."Change Log Entries"
LookupPageID Page System.Diagnostics."Change Log Entries"
ReplicateData False
DataClassification CustomerContent

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

Type Description
Text

GetLocalOldValue

procedure GetLocalOldValue(): Text

Returns

Type Description
Text

GetLocalNewValue

procedure GetLocalNewValue(): Text

Returns

Type Description
Text

Events

OnAfterIsProtected

[IntegrationEvent(False,False)]
local procedure OnAfterIsProtected(var ChangeLogEntry: Record "Change Log Entry", var ProtectedRecord: Boolean)

Parameters

Name Type Description
ChangeLogEntry Table System.Diagnostics."Change Log Entry"
ProtectedRecord Boolean

See also