---
title: "Table 203 Res. Ledger Entry"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/table/203-res-ledger-entry/
type: table
id: 203
name: "Res. Ledger Entry"
app: "Base Application"
namespace: Microsoft.Projects.Resources.Ledger
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/table/203-res-ledger-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 203 Res. Ledger Entry

Jonas Paprotka, https://jonas-paprotka.de/ref/table/203-res-ledger-entry/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Projects.Resources.Ledger |
| Versions | 17-28 |
| Source file | Projects/Resources/Ledger/ResLedgerEntry.Table.al |

## Fields

| Id | Name | Type | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| 1 | Entry No. | Integer | 17-28 | - | - |
| 2 | Entry Type | Enum Res. Journal Line Entry Type | 17-28 | - | - |
| 3 | Document No. | Code[20] | 17-28 | - | - |
| 4 | Posting Date | Date | 17-28 | - | - |
| 5 | Resource No. | Code[20] | 17-28 | - | - |
| 6 | Resource Group No. | Code[20] | 17-28 | - | - |
| 7 | Description | Text[100] | 17-28 | - | - |
| 8 | Work Type Code | Code[10] | 17-28 | - | - |
| 9 | Job No. | Code[20] | 17-28 | - | - |
| 10 | Unit of Measure Code | Code[10] | 17-28 | - | - |
| 11 | Quantity | Decimal | 17-28 | - | - |
| 12 | Direct Unit Cost | Decimal | 17-28 | - | - |
| 13 | Unit Cost | Decimal | 17-28 | - | - |
| 14 | Total Cost | Decimal | 17-28 | - | - |
| 15 | Unit Price | Decimal | 17-28 | - | - |
| 16 | Total Price | Decimal | 17-28 | - | - |
| 17 | Global Dimension 1 Code | Code[20] | 17-28 | - | - |
| 18 | Global Dimension 2 Code | Code[20] | 17-28 | - | - |
| 20 | User ID | Code[50] | 17-28 | - | - |
| 21 | Source Code | Code[10] | 17-28 | - | - |
| 22 | Chargeable | Boolean | 17-28 | - | - |
| 23 | Journal Batch Name | Code[10] | 17-28 | - | - |
| 24 | Reason Code | Code[10] | 17-28 | - | - |
| 25 | Gen. Bus. Posting Group | Code[20] | 17-28 | - | - |
| 26 | Gen. Prod. Posting Group | Code[20] | 17-28 | - | - |
| 27 | Document Date | Date | 17-28 | - | - |
| 28 | External Document No. | Code[35] | 17-28 | - | - |
| 29 | No. Series | Code[20] | 17-28 | - | - |
| 30 | Source Type | Enum Res. Journal Line Source Type | 17-28 | - | - |
| 31 | Source No. | Code[20] | 17-28 | - | - |
| 32 | Qty. per Unit of Measure | Decimal | 17-28 | - | - |
| 33 | Quantity (Base) | Decimal | 17-28 | - | - |
| 34 | Resource Register No. | Integer | 26-28 | - | - |
| 90 | Order Type | Enum Inventory Order Type | 17-28 | - | - |
| 91 | Order No. | Code[20] | 17-28 | - | - |
| 92 | Order Line No. | Integer | 17-28 | - | - |
| 480 | Dimension Set ID | Integer | 17-28 | - | - |
| 481 | Shortcut Dimension 3 Code | Code[20] | 17-28 | - | - |
| 482 | Shortcut Dimension 4 Code | Code[20] | 17-28 | - | - |
| 483 | Shortcut Dimension 5 Code | Code[20] | 17-28 | - | - |
| 484 | Shortcut Dimension 6 Code | Code[20] | 17-28 | - | - |
| 485 | Shortcut Dimension 7 Code | Code[20] | 17-28 | - | - |
| 486 | Shortcut Dimension 8 Code | Code[20] | 17-28 | - | - |

## Keys

| Name | Fields | Versions |
| --- | --- | --- |
| Key1, clustered | Entry No. | 17-28 |
| Key2 | Resource No., Posting Date | 17-28 |
| Key3 | Entry Type, Chargeable, Unit of Measure Code, Resource No., Posting Date | 17-28 |
| Key4 | Entry Type, Chargeable, Unit of Measure Code, Resource Group No., Posting Date | 17-28 |
| Key5 | Document No., Posting Date | 17-28 |
| Key6 | Order Type, Order No., Order Line No., Entry Type | 17-28 |
| Key7 | Source No., Source Type, Entry Type, Posting Date | 23-28 |
| Key8 | Job No. | 23-28 |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| GetLastEntryNo | () | Integer | public | 17-28 | - | - |
| CopyFromResJnlLine | (Record Res. Journal Line) | - | public | 17-28 | - | - |
| ShowDimensions | () | - | public | 17-28 | - | - |
| GetNextEntryNo | () | Integer | public | 26-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterCopyFromResJnlLine | (var Record Res. Ledger Entry, Record Res. Journal Line) | 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.
