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
Duration
procedure Duration(): Duration
Returns
Type
Description
Duration
SetErrorCallStack
procedure SetErrorCallStack(NewCallStack: Text)
Parameters
Name
Type
Description
NewCallStack
Text
GetErrorCallStack
procedure GetErrorCallStack(): Text
Returns
Events
OnBeforeDeleteEntries
[IntegrationEvent(False,False)]
local procedure OnBeforeDeleteEntries(var JobQueueLogEntry: Record "Job Queue Log Entry", var SkipConfirm: Boolean)
Parameters
[IntegrationEvent(False,False)]
local procedure OnBeforeMarkAsError(var JobQueueLogEntry: Record "Job Queue Log Entry", var JobQueueEntry: Record "Job Queue Entry", var ErrorMessage: Text)
Parameters
OnDeleteEntriesOnBeforeDeleteAll
[IntegrationEvent(False,False)]
local procedure OnDeleteEntriesOnBeforeDeleteAll(var JobQueueLogEntry: Record "Job Queue Log Entry")
Parameters
See also