Codeunit 224 EmplEntry-Apply Posted Entries in 17
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 10
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Apply | (Record Employee Ledger Entry, Code[20], Date) | public | - | |
| 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 | - | |
| ApplyEmplEntryFormEntry | (var Record Employee Ledger Entry) | public | - | |
| PreviewApply | (Record Employee Ledger Entry, Code[20], Date) | public | - | |
| PreviewUnapply | (Record Detailed Employee Ledger Entry, Code[20], Date) | public | - | |
| SetApplyContext | (Date, Code[20]) | public | - | |
| SetUnapplyContext | (var Record Detailed Employee Ledger Entry, Date, Code[20]) | 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) | - |