Codeunit 240 ItemJnlManagement in 18
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 12
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| TemplateSelection | (Integer, Option, Boolean, var Record Item Journal Line, var Boolean) | public | - | |
| TemplateSelectionFromBatch | (var Record Item Journal Batch) | public | - | |
| OpenJnl | (var Code[10], var Record Item Journal Line) | public | - | |
| OpenJnlBatch | (var Record Item Journal Batch) | public | - | |
| CheckTemplateName | (Code[10], var Code[10]) | public | - | |
| CheckName | (Code[10], var Record Item Journal Line) | public | - | |
| SetName | (Code[10], var Record Item Journal Line) | public | - | |
| LookupName | (var Code[10], var Record Item Journal Line) | public | - | |
| GetItem | (Code[20], var Text[100]) | public | - | |
| GetConsump | (var Record Item Journal Line, var Text[100]) | public | - | |
| GetOutput | (var Record Item Journal Line, var Text[100], var Text[100]) | public | - | |
| GetCapacity | (Enum Capacity Type, Code[20], var Text[100]) | public | - |
Events, 7
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeCheckName | (Code[10], var Record Item Journal Line, var Boolean) | - |
| Integration event | OnBeforeCheckTemplateName | (Code[10], var Code[10]) | - |
| Integration event | OnBeforeOpenJnl | (var Code[10], var Record Item Journal Line) | - |
| Integration event | OnOpenJnlBatchOnBeforeCaseSelectItemJnlTemplate | (var Record Item Journal Template, var Record Item Journal Batch) | - |
| Integration event | OnTemplateSelectionSetFilter | (var Record Item Journal Template, var Option) | - |
| Integration event | OnBeforeLookupName | (var Record Item Journal Batch, var Boolean) | - |
| Integration event | OnAfterGetItem | (Record Item, var Text[100]) | - |