Codeunit 1032 Job Planning Line-Reserve in 24
- App
- Base Application
- Namespace
- Microsoft.Projects.Project.Planning
Versions171819202122232425262728latest
Source29
Procedures, 20
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| CreateReservation | (Record Job Planning Line, Text[100], Date, Decimal, Decimal, Record Reservation Entry) | public | - | |
| CreateReservationSetFrom | (Record Tracking Specification) | public | - | |
| SetBinding | (Enum Reservation Binding) | public | - | |
| ReservQuantity | (Record Job Planning Line, var Decimal, var Decimal) | public | - | |
| Caption | (Record Job Planning Line) | Text | public | - |
| FindReservEntry | (Record Job Planning Line, var Record Reservation Entry) | Boolean | public | - |
| VerifyChange | (var Record Job Planning Line, var Record Job Planning Line) | public | - | |
| VerifyQuantity | (var Record Job Planning Line, var Record Job Planning Line) | public | - | |
| TransferJobLineToItemJnlLine | (var Record Job Planning Line, var Record Item Journal Line, Decimal) | Decimal | public | - |
| DeleteLine | (var Record Job Planning Line) | public | - | |
| BindToPurchase | (Record Job Planning Line, Record Purchase Line, Decimal, Decimal) | public | - | |
| BindToRequisition | (Record Job Planning Line, Record Requisition Line, Decimal, Decimal) | public | - | |
| BindToTransfer | (Record Job Planning Line, Record Transfer Line, Decimal, Decimal) | public | - | |
| BindToProdOrder | (Record Job Planning Line, Record Prod. Order Line, Decimal, Decimal) | public | - | |
| BindToAssembly | (Record Job Planning Line, Record Assembly Header, Decimal, Decimal) | public | - | |
| CreateBindingReservation | (Record Job Planning Line, Text[100], Date, Decimal, Decimal) | public | - | |
| CallItemTracking | (var Record Job Planning Line) | public | - | |
| DeleteLineInternal | (var Record Job Planning Line, Boolean) | internal | - | |
| GetReservedQtyFromInventory | (Record Job Planning Line) | Decimal | public | - |
| GetReservedQtyFromInventory | (Record Job) | Decimal | public | - |
Events, 5
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterReservQuantity | (Record Job Planning Line, var Decimal, var Decimal) | - |
| Integration event | OnBeforeCheckReservedQtyBase | (Record Job Planning Line, var Boolean, var Decimal) | - |
| Integration event | OnBeforeVerifyQuantity | (var Record Job Planning Line, var Record Job Planning Line, var Boolean) | - |
| Integration event | OnVerifyChangeOnBeforeHasErrorCheck | (Record Job Planning Line, Record Job Planning Line, var Boolean, var Boolean) | - |
| Integration event | OnBeforeBindToProdOrder | (Record Job Planning Line, Record Prod. Order Line, Decimal, Decimal, var Boolean) | - |