Codeunit 386 Reverse Payment Rec. Journal in 22
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 7
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| SetGLRegisterNo | (Record Bank Acc. Reconciliation) | public | - | |
| RunReversalWizard | (var Record Posted Payment Recon. Hdr) | public | - | |
| UnapplyEntry | (var Record Payment Rec. Related Entry, Boolean) | public | - | |
| ReverseEntry | (var Record Payment Rec. Related Entry, Boolean) | public | - | |
| ErrorIfEntryIsNotReversable | (Record Cust. Ledger Entry) | public | - | |
| ErrorIfEntryIsNotReversable | (Record Vendor Ledger Entry) | public | - | |
| ErrorIfEntryIsNotReversable | (Record Employee Ledger Entry) | public | - |
Events, 4
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterReverseEntry | () | - |
| Integration event | OnBeforeReverseEntry | (var Record Payment Rec. Related Entry) | - |
| Integration event | OnErrorIfEntryIsNotReversableOnBeforeEntryIsReversable | (var Boolean) | - |
| Integration event | OnCopyPaymentRecJournalFromPostedPaymentReconLinesOnAfterInsertBankAccReconciliationLine | (var Record Posted Payment Recon. Line, var Record Bank Acc. Reconciliation Line) | - |