Objects/Tables/Table 272 Check Ledger Entry
Table 272 Check Ledger Entry in 27
Jonas Paprotka, Base Application 27.5.46862.47359, checked
- App
- Base Application
- Namespace
- Microsoft.Bank.Check
Fields, 27Keys, 7Procedures, 5Events, 2
Versions171819202122232425262728latest
Source29
Fields, 27
| Id | Name | Type | Obsolete |
|---|
| 1 | Entry No. | Integer | - |
| 2 | Bank Account No. | Code[20] | - |
| 3 | Bank Account Ledger Entry No. | Integer | - |
| 4 | Posting Date | Date | - |
| 5 | Document Type | Enum Gen. Journal Document Type | - |
| 6 | Document No. | Code[20] | - |
| 7 | Description | Text[100] | - |
| 8 | Amount | Decimal | - |
| 9 | Check Date | Date | - |
| 10 | Check No. | Code[20] | - |
| 11 | Check Type | Option | - |
| 12 | Bank Payment Type | Enum Bank Payment Type | - |
| 13 | Entry Status | Option | - |
| 14 | Original Entry Status | Option | - |
| 15 | Bal. Account Type | Enum Gen. Journal Account Type | - |
| 16 | Bal. Account No. | Code[20] | - |
| 17 | Open | Boolean | - |
| 18 | Statement Status | Option | - |
| 19 | Statement No. | Code[20] | - |
| 20 | Statement Line No. | Integer | - |
| 21 | User ID | Code[50] | - |
| 22 | External Document No. | Code[35] | - |
| 23 | Data Exch. Entry No. | Integer | - |
| 24 | Data Exch. Voided Entry No. | Integer | - |
| 25 | Positive Pay Exported | Boolean | - |
| 26 | Record ID to Print | RecordId | Removed 27.0 |
| Replaced by Print Gen Jnl Line SystemId field |
| 27 | Print Gen Jnl Line SystemId | Guid | - |
Keys, 7
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Entry No. | - |
| Key2 | Bank Account No., Check Date | - |
| Key3 | Bank Account No., Entry Status, Check No., Statement Status | - |
| Key4 | Bank Account Ledger Entry No. | - |
| Key5 | Bank Account No., Open | - |
| Key6 | Document No., Posting Date | - |
| Key7 | Print Gen Jnl Line SystemId | - |
Procedures, 5
| Name | Parameters | Returns | Access | Obsolete |
|---|
| GetCurrencyCodeFromBank | () | Code[10] | public | - |
| CopyFromBankAccLedgEntry | (Record Bank Account Ledger Entry) | | public | - |
| ExportCheckFile | () | | public | - |
| GetPayee | () | Text[100] | public | - |
| SetFilterBankAccNoOpen | (Code[20]) | | public | - |
Events, 2
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnAfterCopyFromBankAccLedgEntry | (var Record Check Ledger Entry, Record Bank Account Ledger Entry) | - |
| Integration event | OnAfterGetPayee | (Record Check Ledger Entry, var Text[100]) | - |