Codeunit 7008 Price Calculation Buffer Mgt. in 17
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 24
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| AddAsset | (Enum Price Asset Type, Code[20]) | public | - | |
| AddSource | (Enum Price Source Type, Code[20], Code[20]) | public | - | |
| AddSource | (Enum Price Source Type, Code[20]) | public | - | |
| AddSource | (Enum Price Source Type) | public | - | |
| GetAsset | (var Record Price Asset) | public | - | |
| GetAssets | (var Codeunit Price Asset List) | public | - | |
| GetBuffer | (var Record Price Calculation Buffer) | public | - | |
| GetSource | (Enum Price Source Type) | Code[20] | public | - |
| GetSources | (var Record Price Source) | Boolean | public | - |
| GetSources | (var Codeunit Price Source List) | public | - | |
| SetAssets | (var Codeunit Price Asset List) | public | - | |
| SetSources | (var Codeunit Price Source List) | public | - | |
| Set | (Record Price Calculation Buffer, var Codeunit Price Source List) | public | - | |
| RoundPrice | (var Decimal) | public | - | |
| IsInMinQty | (Record Price List Line) | Boolean | public | - |
| ConvertAmount | (Enum Price Amount Type, var Record Price List Line) | public | - | |
| ConvertAmountByTax | (var Record Price List Line, var Decimal) | public | - | |
| ConvertAmountByUnitOfMeasure | (var Record Price List Line, var Decimal) | public | - | |
| ConvertAmountByCurrency | (var Record Price List Line, var Decimal) | public | - | |
| SetLineDiscountPctForPickBestLine | (var Record Price List Line) | public | - | |
| FillBestLine | (Enum Price Amount Type, var Record Price List Line) | public | - | |
| SetFiltersOnPriceListLine | (var Record Price List Line, Enum Price Amount Type, Boolean) | public | - | |
| RestoreFilters | (var Record Price List Line) | public | - | |
| VerifySelectedLine | (Record Price List Line) | public | - |
Events, 8
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterCalcUnitAmountRoundingPrecision | (Record Price Calculation Buffer, var Decimal) | - |
| Integration event | OnAfterGetAssets | (Record Price Calculation Buffer, var Codeunit Price Asset List) | - |
| Integration event | OnAfterGetSources | (Record Price Calculation Buffer, var Record Price Source, var Boolean) | - |
| Integration event | OnAfterGetSourcesNewPriceSourceList | (var Record Price Calculation Buffer, var Codeunit Price Source List) | - |
| Integration event | OnAfterSetFilters | (var Record Price List Line, Enum Price Amount Type, var Record Price Calculation Buffer, Boolean) | - |
| Integration event | OnAfterSetLineDiscountPctForPickBestLine | (Record Price Calculation Buffer, var Record Price List Line) | - |
| Integration event | OnBeforeConvertAmount | (Enum Price Amount Type, var Record Price List Line, Record Price Calculation Buffer, var Boolean) | - |
| Integration event | OnConvertAmountByTaxOnAfterVATPostingSetupGet | (var Record VAT Posting Setup) | - |