---
title: "Table 474 Job Queue Log Entry"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/table/474-job-queue-log-entry/
type: table
id: 474
name: "Job Queue Log Entry"
app: "Base Application"
namespace: System.Threading
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/table/474-job-queue-log-entry/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Table 474 Job Queue Log Entry

Jonas Paprotka, https://jonas-paprotka.de/ref/table/474-job-queue-log-entry/

| | |
| --- | --- |
| App | Base Application |
| Namespace | System.Threading |
| Versions | 17-28 |
| Source file | Modules/System/JobQueue/JobQueueLogEntry.Table.al |

## Fields

| Id | Name | Type | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| 1 | Entry No. | Integer | 17-28 | - | - |
| 2 | ID | Guid | 17-28 | - | - |
| 3 | User ID | Text[65] | 17-28 | - | - |
| 4 | Start Date/Time | DateTime | 17-28 | - | - |
| 5 | End Date/Time | DateTime | 17-28 | - | - |
| 6 | Object Type to Run | Option | 17-28 | - | - |
| 7 | Object ID to Run | Integer | 17-28 | - | - |
| 8 | Object Caption to Run | Text[250] | 17-28 | - | - |
| 9 | Status | Option | 17-28 | - | - |
| 10 | Description | Text[250] | 17-28 | - | - |
| 11 | Error Message | Text[2048] | 17-28 | - | - |
| 12 | Error Message 2 | Text[250] | 17-25 | Removed 15.0 | Error Message field size has been increased. |
| 13 | Error Message 3 | Text[250] | 17-25 | Removed 15.0 | Error Message field size has been increased. |
| 14 | Error Message 4 | Text[250] | 17-25 | Removed 15.0 | Error Message field size has been increased. |
| 16 | Processed by User ID | Text[65] | 17-25 | Removed 23.0 | The Processed by User ID is the same as User ID |
| 17 | Job Queue Category Code | Code[10] | 17-28 | - | - |
| 18 | Error Call Stack | Blob | 17-28 | - | - |
| 19 | Parameter String | Text[250] | 17-28 | - | - |
| 20 | Error Message Register Id | Guid | 17-28 | - | - |
| 21 | XML | Blob | 17-28 | - | - |
| 22 | System Task Id | Guid | 19-28 | - | - |
| 32 | User Session ID | Integer | 20-28 | - | - |
| 40 | User Service Instance ID | Integer | 20-28 | - | - |

## Keys

| Name | Fields | Versions |
| --- | --- | --- |
| Key1, clustered | Entry No. | 17-28 |
| Key2 | ID, Status | 17-28 |
| Key3 | Start Date/Time, ID | 17-28 |
| Key4 | Status | 19-28 |
| Key5 | Object Type to Run, Object ID to Run, Status | 23-28 |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| DeleteEntries | (Integer) | - | public | 17-28 | - | - |
| ShowErrorMessage | () | - | public | 17-28 | - | - |
| ShowErrorCallStack | () | - | public | 17-28 | - | - |
| MarkAsError | () | - | public | 17-28 | - | - |
| Duration | () | Duration | public | 17-28 | - | - |
| SetErrorCallStack | (Text) | - | public | 17-28 | - | - |
| GetErrorCallStack | () | Text | public | 17-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeDeleteEntries | (var Record Job Queue Log Entry, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeMarkAsError | (var Record Job Queue Log Entry, var Record Job Queue Entry, var Text) | 17-28 | - | - |
| Integration event | OnDeleteEntriesOnBeforeDeleteAll | (var Record Job Queue Log Entry) | 17-28 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
