Codeunit 7024 Job Planning Line - Price in 25
- App
- Base Application
- Namespace
- Microsoft.Projects.Project.Planning
Versions171819202122232425262728latest
Source29
Procedures, 16
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| GetTableNo | () | Integer | public | - |
| SetLine | (Enum Price Type, Variant) | public | - | |
| SetLine | (Enum Price Type, Variant, Variant) | public | - | |
| SetSources | (var Codeunit Price Source List) | public | - | |
| GetLine | (var Variant) | public | - | |
| GetLine | (var Variant, var Variant) | public | - | |
| GetPriceType | () | Enum Price Type | public | - |
| IsPriceUpdateNeeded | (Enum Price Amount Type, Boolean, Integer) | Boolean | public | - |
| IsDiscountAllowed | () | Boolean | public | - |
| Verify | () | public | - | |
| SetAssetSourceForSetup | (var Record Dtld. Price Calculation Setup) | Boolean | public | - |
| GetAssetType | () | Enum Price Asset Type | public | - |
| CopyToBuffer | (var Codeunit Price Calculation Buffer Mgt.) | Boolean | public | - |
| SetPrice | (Enum Price Amount Type, Record Price List Line) | public | - | |
| ValidatePrice | (Enum Price Amount Type) | public | - | |
| Update | (Enum Price Amount Type) | public | - |
Events, 6
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterFillBuffer | (var Record Price Calculation Buffer, Record Job Planning Line) | - |
| Integration event | OnAfterSetPrice | (var Record Job Planning Line, Record Price List Line, Enum Price Amount Type) | - |
| Integration event | OnAfterGetAssetType | (Record Job Planning Line, var Enum Price Asset Type) | - |
| Integration event | OnAfterIsPriceUpdateNeeded | (Enum Price Amount Type, Boolean, Integer, Record Job Planning Line, var Boolean) | - |
| Integration event | OnBeforeSetPrice | (var Record Job Planning Line, Record Price List Line, Enum Price Amount Type, var Boolean, Enum Price Type) | - |
| Integration event | OnAfterAddSources | (var Record Job Planning Line, Enum Price Type, var Codeunit Price Source List, Record Job) | - |