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

Jonas Paprotka, https://jonas-paprotka.de/ref/table/272-check-ledger-entry/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Bank.Check |
| Versions | 17-28 |
| Source file | Bank/Check/CheckLedgerEntry.Table.al |

## Fields

| Id | Name | Type | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| 1 | Entry No. | Integer | 17-28 | - | - |
| 2 | Bank Account No. | Code[20] | 17-28 | - | - |
| 3 | Bank Account Ledger Entry No. | Integer | 17-28 | - | - |
| 4 | Posting Date | Date | 17-28 | - | - |
| 5 | Document Type | Enum Gen. Journal Document Type | 17-28 | - | - |
| 6 | Document No. | Code[20] | 17-28 | - | - |
| 7 | Description | Text[100] | 17-28 | - | - |
| 8 | Amount | Decimal | 17-28 | - | - |
| 9 | Check Date | Date | 17-28 | - | - |
| 10 | Check No. | Code[20] | 17-28 | - | - |
| 11 | Check Type | Option | 17-28 | - | - |
| 12 | Bank Payment Type | Enum Bank Payment Type | 17-28 | - | - |
| 13 | Entry Status | Option | 17-28 | - | - |
| 14 | Original Entry Status | Option | 17-28 | - | - |
| 15 | Bal. Account Type | Enum Gen. Journal Account Type | 17-28 | - | - |
| 16 | Bal. Account No. | Code[20] | 17-28 | - | - |
| 17 | Open | Boolean | 17-28 | - | - |
| 18 | Statement Status | Option | 17-28 | - | - |
| 19 | Statement No. | Code[20] | 17-28 | - | - |
| 20 | Statement Line No. | Integer | 17-28 | - | - |
| 21 | User ID | Code[50] | 17-28 | - | - |
| 22 | External Document No. | Code[35] | 17-28 | - | - |
| 23 | Data Exch. Entry No. | Integer | 17-28 | - | - |
| 24 | Data Exch. Voided Entry No. | Integer | 17-28 | - | - |
| 25 | Positive Pay Exported | Boolean | 17-28 | - | - |
| 26 | Record ID to Print | RecordId | 17-28 | Removed 27.0 | Replaced by Print Gen Jnl Line SystemId field |
| 27 | Print Gen Jnl Line SystemId | Guid | 24-28 | - | - |

## Keys

| Name | Fields | Versions |
| --- | --- | --- |
| Key1, clustered | Entry No. | 17-28 |
| Key2 | Bank Account No., Check Date | 17-28 |
| Key3 | Bank Account No., Entry Status, Check No., Statement Status | 17-28 |
| Key4 | Bank Account Ledger Entry No. | 17-28 |
| Key5 | Bank Account No., Open | 17-28 |
| Key6 | Document No., Posting Date | 17-28 |
| Key7 | Print Gen Jnl Line SystemId | 24-28 |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| GetCurrencyCodeFromBank | () | Code[10] | public | 17-28 | - | - |
| CopyFromBankAccLedgEntry | (Record Bank Account Ledger Entry) | - | public | 17-28 | - | - |
| ExportCheckFile | () | - | public | 17-28 | - | - |
| GetPayee | () | Text[100] | public | 17-28 | - | - |
| SetFilterBankAccNoOpen | (Code[20]) | - | public | 17-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterCopyFromBankAccLedgEntry | (var Record Check Ledger Entry, Record Bank Account Ledger Entry) | 17-28 | - | - |
| Integration event | OnAfterGetPayee | (Record Check Ledger Entry, var Text[100]) | 18-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.
