Codeunit 224 EmplEntry-Apply Posted Entries in 21
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 18
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| Apply | (Record Employee Ledger Entry, Code[20], Date) | public | Pending 20.0 | ||||
| Replaced by Apply(EmplLedgEntry; ApplyUnapplyParameters) | |||||||
| GetApplicationDate | (Record Employee Ledger Entry) | Date | public | - | |||
| UnApplyDtldEmplLedgEntry | (Record Detailed Employee Ledger Entry) | public | - | ||||
| UnApplyEmplLedgEntry | (Integer) | public | - | ||||
| PostUnApplyEmployee | (Record Detailed Employee Ledger Entry, Code[20], Date) | public | Pending 20.0 | ||||
| Replaced by PostUnApplyEmployee(DtldCustLedgEntry2; ApplyUnapplyParameters) | |||||||
| ApplyEmplEntryFormEntry | (var Record Employee Ledger Entry) | public | - | ||||
| PreviewApply | (Record Employee Ledger Entry, Code[20], Date) | public | Pending 20.0 | ||||
| Replaced by PreviewApply(EmployeeLedgerEntry, ApplyUnapplyParameters) | |||||||
| PreviewUnapply | (Record Detailed Employee Ledger Entry, Code[20], Date) | public | Pending 20.0 | ||||
| Replaced by PreviewUnapply(DetailedEmployeeLedgEntry, ApplyUnapplyParameters) | |||||||
| SetApplyContext | (Date, Code[20]) | public | Pending 20.0 | ||||
| Replaced by SetApplyContext(ApplyUnapplyParameters) | |||||||
| SetUnapplyContext | (var Record Detailed Employee Ledger Entry, Date, Code[20]) | public | Pending 20.0 | ||||
| Replaced by SetUnapplyContext(DetailedEmployeeLedgEntry; ApplyUnapplyParameters) | |||||||
| Apply | (Record Employee Ledger Entry, Record Apply Unapply Parameters) | public | - | ||||
| PostUnApplyEmployee | (Record Detailed Employee Ledger Entry, Record Apply Unapply Parameters) | public | - | ||||
| PreviewApply | (Record Employee Ledger Entry, Record Apply Unapply Parameters) | public | - | ||||
| PreviewUnapply | (Record Detailed Employee Ledger Entry, Record Apply Unapply Parameters) | public | - | ||||
| SetApplyContext | (Record Apply Unapply Parameters) | public | - | ||||
| SetUnapplyContext | (var Record Detailed Employee Ledger Entry, Record Apply Unapply Parameters) | public | - | ||||
| FindLastApplEntry | (Integer) | Integer | public | - | |||
| CheckEmployeeLedgerEntryToUnapply | (Integer, var Record Detailed Employee Ledger Entry) | public | - | ||||
Events, 5
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeApply | (var Record Employee Ledger Entry, var Code[20], var Date) | - |
| Integration event | OnEmplPostApplyEmplLedgEntryOnBeforeGenJnlPostLine | (var Record Gen. Journal Line, Record Employee Ledger Entry) | - |
| Integration event | OnPostUnApplyEmployeeOnAfterCheckMaxDateCompressed | (var Record Detailed Employee Ledger Entry) | - |
| Integration event | OnPostUnApplyEmployeeOnAfterGetEmplLedgEntry | (var Record Detailed Employee Ledger Entry, var Record Employee Ledger Entry) | - |
| Integration event | OnPostUnApplyEmployeeOnBeforeGenJnlPostLineUnapplyEmplLedgEntry | (var Record Gen. Journal Line, Record Employee Ledger Entry, Record Detailed Employee Ledger Entry, var Codeunit Gen. Jnl.-Post Line) | - |