Objects/Tables/Table 1294 Applied Payment Entry
Table 1294 Applied Payment Entry in 22
Jonas Paprotka, Base Application 22.5.59966.64723, checked
- App
- Base Application
Fields, 18Keys, 1Procedures, 17Events, 9
Versions171819202122232425262728latest
Source29
Fields, 18
| Id | Name | Type | Obsolete |
|---|
| 1 | Bank Account No. | Code[20] | - |
| 2 | Statement No. | Code[20] | - |
| 3 | Statement Line No. | Integer | - |
| 20 | Statement Type | Option | - |
| 21 | Account Type | Enum Gen. Journal Account Type | - |
| 22 | Account No. | Code[20] | - |
| 23 | Applies-to Entry No. | Integer | - |
| 24 | Applied Amount | Decimal | - |
| 29 | Applied Pmt. Discount | Decimal | - |
| 30 | Quality | Integer | - |
| 31 | Posting Date | Date | - |
| 32 | Document Type | Enum Gen. Journal Document Type | - |
| 33 | Document No. | Code[20] | - |
| 34 | Description | Text[100] | - |
| 35 | Currency Code | Code[10] | - |
| 36 | Due Date | Date | - |
| 37 | External Document No. | Code[35] | - |
| 50 | Match Confidence | Option | - |
Keys, 1
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Statement Type, Bank Account No., Statement No., Statement Line No., Account Type, Account No., Applies-to Entry No. | - |
Procedures, 17
| Name | Parameters | Returns | Access | Obsolete |
|---|
| SuggestAmtToApply | () | Decimal | public | - |
| SuggestDiscToApply | (Boolean) | Decimal | public | - |
| GetDiscInfo | (var Date, var Date, var Decimal) | | public | - |
| GetRemAmt | () | Decimal | public | - |
| GetStmtLineRemAmtToApply | () | Decimal | public | - |
| GetLedgEntryInfo | () | | public | - |
| GetAmtAppliedToOtherStmtLines | () | Decimal | public | - |
| FilterEntryAppliedToOtherStmtLines | () | | public | - |
| FilterAppliedPmtEntry | (Record Bank Acc. Reconciliation Line) | | public | - |
| AppliedPmtEntryLinesExist | (Record Bank Acc. Reconciliation Line) | Boolean | public | - |
| TransferFromBankAccReconLine | (Record Bank Acc. Reconciliation Line) | | public | - |
| ApplyFromBankStmtMatchingBuf | (Record Bank Acc. Reconciliation Line, Record Bank Statement Matching Buffer, Decimal, Integer) | | public | - |
| GetTotalAppliedAmountInclPmtDisc | (Boolean) | Decimal | public | - |
| UpdatePaymentDiscount | (Decimal) | | public | - |
| SetPaymentDiscount | (Decimal, Boolean) | | public | - |
| RemovePaymentDiscount | () | | public | - |
| CalcAmountToApply | (Date) | Decimal | public | - |
Events, 9
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnAfterCheckCurrencyCombination | (var Record Applied Payment Entry) | - |
| Integration event | OnAfterLookupAppliesToEntryNo | (var Record Applied Payment Entry) | - |
| Integration event | OnAfterGetLedgEntryInfo | (var Record Applied Payment Entry) | - |
| Integration event | OnAfterGetRemAmt | (Record Applied Payment Entry, var Decimal) | - |
| Integration event | OnBeforeCalcAmountToApply | (var Record Applied Payment Entry, Date, var Decimal, var Boolean) | - |
| Integration event | OnAfterGetDiscInfo | (var Record Applied Payment Entry, var Date, var Date, var Decimal) | - |
| Integration event | OnAfterGetAcceptedPmtTolerance | (Record Applied Payment Entry, var Decimal) | - |
| Integration event | OnAfterIsAcceptedPmtDiscTolerance | (Record Applied Payment Entry, var Boolean) | - |
| Integration event | OnUpdateParentBankAccReconLineOnBeforeBankAccReconLineModify | (var Record Applied Payment Entry, var Record Bank Acc. Reconciliation Line, Boolean) | - |