Codeunit 7005 Price Calculation - Undefined in 21
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 13
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| GetLine | (var Variant) | public | - | |
| Init | (Interface Line With Price, Record Price Calculation Setup) | public | - | |
| ApplyDiscount | () | public | - | |
| ApplyPrice | (Integer) | public | - | |
| CountDiscount | (Boolean) | Integer | public | - |
| CountPrice | (Boolean) | Integer | public | - |
| FindDiscount | (var Record Price List Line, Boolean) | Boolean | public | - |
| FindPrice | (var Record Price List Line, Boolean) | Boolean | public | - |
| IsDiscountExists | (Boolean) | Boolean | public | - |
| IsPriceExists | (Boolean) | Boolean | public | - |
| PickDiscount | () | public | - | |
| PickPrice | () | public | - | |
| ShowPrices | (var Record Price List Line) | public | - |