Objects/Tables/Table 1248 Ledger Entry Matching Buffer
Table 1248 Ledger Entry Matching Buffer in 23
Jonas Paprotka, Base Application 23.5.16502.31399, checked
- App
- Base Application
- Namespace
- Microsoft.Bank.Reconciliation
- Obsolete
- Pending 21.0. Table will be marked as TableType=Temporary. Make sure you are not using this table to store records.
Fields, 15Keys, 1Procedures, 7Events, 4
Versions171819202122232425262728latest
Source29
Fields, 15
| Id | Name | Type | Obsolete |
|---|
| 1 | Entry No. | Integer | - |
| 2 | Account Type | Enum Matching Ledger Account Type | - |
| 3 | Account No. | Code[20] | - |
| 4 | Bal. Account Type | Enum Gen. Journal Account Type | - |
| 5 | Bal. Account No. | Code[20] | - |
| 7 | Description | Text[100] | - |
| 8 | Document Type | Enum Gen. Journal Document Type | - |
| 9 | Due Date | Date | - |
| 10 | Posting Date | Date | - |
| 11 | Document No. | Code[20] | - |
| 12 | External Document No. | Code[35] | - |
| 13 | Payment Reference | Code[50] | - |
| 20 | Remaining Amount | Decimal | - |
| 21 | Remaining Amt. Incl. Discount | Decimal | - |
| 22 | Pmt. Discount Due Date | Date | - |
Keys, 1
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Entry No., Account Type | - |
Procedures, 7
| Name | Parameters | Returns | Access | Obsolete |
|---|
| InsertFromCustomerLedgerEntry | (Record Cust. Ledger Entry, Boolean, var Boolean) | | public | - |
| InsertFromVendorLedgerEntry | (Record Vendor Ledger Entry, Boolean, var Boolean) | | public | - |
| InsertFromBankAccLedgerEntry | (Record Bank Account Ledger Entry) | | public | - |
| GetApplicableRemainingAmount | (Record Bank Acc. Reconciliation Line, Boolean) | Decimal | public | - |
| GetNoOfLedgerEntriesWithinRange | (Decimal, Decimal, Date, Boolean) | Integer | public | - |
| GetNoOfLedgerEntriesOutsideRange | (Decimal, Decimal, Date, Boolean) | Integer | public | - |
| InsertFromEmployeeLedgerEntry | (Record Employee Ledger Entry) | | public | - |
Events, 4
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnBeforeInsertFromCustomerLedgerEntry | (var Record Ledger Entry Matching Buffer, Record Cust. Ledger Entry) | - |
| Integration event | OnBeforeInsertFromVendorLedgerEntry | (var Record Ledger Entry Matching Buffer, Record Vendor Ledger Entry) | - |
| Integration event | OnBeforeInsertFromBankAccountLedgerEntry | (var Record Ledger Entry Matching Buffer, Record Bank Account Ledger Entry) | - |
| Integration event | OnBeforeInsertFromEmployeeLedgerEntry | (var Record Ledger Entry Matching Buffer, Record Employee Ledger Entry) | - |