Share via


Table "Job Queue Log Entry"

ID 474
Namespace: System.Threading

Properties

Name Value
Caption Job Queue Log Entry
ReplicateData False
CompressionType Page
DataClassification CustomerContent

Fields

Name Type Description
"Entry No." Integer
ID Guid
"User ID" Text[65]
"Start Date/Time" DateTime
"End Date/Time" DateTime
"Object Type to Run" Option
"Object ID to Run" Integer
"Object Caption to Run" Text[250]
Status Option
Description Text[250]
"Error Message" Text[2048]
"Job Queue Category Code" Code[10]
"Error Call Stack" Blob
"Parameter String" Text[250]
"Error Message Register Id" Guid
XML Blob
"System Task Id" Guid
"User Session ID" Integer
"User Service Instance ID" Integer
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

DeleteEntries

procedure DeleteEntries(DaysOld: Integer)

Parameters

Name Type Description
DaysOld Integer

ShowErrorMessage

procedure ShowErrorMessage()

ShowErrorCallStack

procedure ShowErrorCallStack()

MarkAsError

procedure MarkAsError()

Duration

procedure Duration(): Duration

Returns

Type Description
Duration

SetErrorCallStack

procedure SetErrorCallStack(NewCallStack: Text)

Parameters

Name Type Description
NewCallStack Text

GetErrorCallStack

procedure GetErrorCallStack(): Text

Returns

Type Description
Text

Events

OnBeforeDeleteEntries

[IntegrationEvent(False,False)]
local procedure OnBeforeDeleteEntries(var JobQueueLogEntry: Record "Job Queue Log Entry", var SkipConfirm: Boolean)

Parameters

Name Type Description
JobQueueLogEntry Table System.Threading."Job Queue Log Entry"
SkipConfirm Boolean

OnBeforeMarkAsError

[IntegrationEvent(False,False)]
local procedure OnBeforeMarkAsError(var JobQueueLogEntry: Record "Job Queue Log Entry", var JobQueueEntry: Record "Job Queue Entry", var ErrorMessage: Text)

Parameters

Name Type Description
JobQueueLogEntry Table System.Threading."Job Queue Log Entry"
JobQueueEntry Table System.Threading."Job Queue Entry"
ErrorMessage Text

OnDeleteEntriesOnBeforeDeleteAll

[IntegrationEvent(False,False)]
local procedure OnDeleteEntriesOnBeforeDeleteAll(var JobQueueLogEntry: Record "Job Queue Log Entry")

Parameters

Name Type Description
JobQueueLogEntry Table System.Threading."Job Queue Log Entry"

See also