Codeunit 7026 Service Line - Price in 22
- App
- Base Application
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, 7
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterAddSources | (Record Service Header, Record Service Line, Enum Price Type, var Codeunit Price Source List) | - |
| Integration event | OnAfterFillBuffer | (var Record Price Calculation Buffer, Record Service Header, Record Service Line) | - |
| Integration event | OnAfterGetDocumentDate | (var Date, Record Service Header, Record Service Line) | - |
| Integration event | OnAfterGetAssetType | (Record Service Line, var Enum Price Asset Type) | - |
| Integration event | OnAfterIsPriceUpdateNeeded | (Enum Price Amount Type, Boolean, Integer, Record Service Line, var Boolean) | - |
| Integration event | OnAfterSetPrice | (var Record Service Line, Record Price List Line, Enum Price Amount Type, var Record Service Header) | - |
| Integration event | OnBeforeSetPrice | (var Record Service Line, Record Price List Line, Enum Price Amount Type, var Boolean, var Record Service Header) | - |