Codeunit 7017 Price List Management in 27
- App
- Base Application
- Namespace
- Microsoft.Pricing.PriceList
Versions171819202122232425262728latest
Source29
Procedures, 33
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| AddLines | (var Record Price List Header) | public | - | |
| AddLines | (var Record Price List Header, Record Price Line Filters) | public | - | |
| CopyLines | (var Record Price List Header) | public | - | |
| CopyLines | (var Record Price List Header, Record Price Line Filters) | public | - | |
| FindDuplicatePrices | (Record Price List Header, Boolean, var Record Duplicate Price Line) | Boolean | public | - |
| ResolveDuplicatePrices | (Record Price List Header, var Record Duplicate Price Line) | Boolean | public | - |
| CopyLines | (var Record Price List Header, Boolean) | public | - | |
| GetDefaultPriceListCode | (Enum Price Type, Enum Price Source Group, Boolean) | Code[20] | public | - |
| DefineDefaultPriceList | (Enum Price Type, Enum Price Source Group) | Code[20] | public | - |
| IsAllowedEditingActivePrice | (Enum Price Type) | Boolean | public | - |
| SendVerifyLinesNotification | () | public | - | |
| SendVerifyLinesNotification | (Record Price List Header) | public | - | |
| ActivateDraftLines | (Notification) | public | - | |
| ActivateDraftLines | (Record Price List Header) | Boolean | public | - |
| ActivateDraftLines | (var Record Price List Line) | public | - | |
| VerifyLines | (var Record Price List Line) | public | - | |
| ResolveDuplicatePrices | (Record Price List Header) | Boolean | public | - |
| ResolveDuplicatePrices | (var Record Price List Line) | public | - | |
| SetPriceListsFilters | (var Record Price List Header, Codeunit Price Source List, Enum Price Amount Type) | public | - | |
| SetPriceListLineFilters | (var Record Price List Line, Codeunit Price Source List, Enum Price Amount Type) | public | - | |
| SetPriceListLineFilters | (var Record Price List Line, Record Price Source, Codeunit Price Asset List, Enum Price Amount Type) | Boolean | public | - |
| FindIfPriceExists | () | public | - | |
| IsPriceFound | () | Boolean | public | - |
| ImplementNewPrices | (var Record Price Worksheet Line) | public | - | |
| VerifySourceGroupInLines | () | Boolean | public | - |
| UpdateSourceGroupInLines | (Notification) | public | - | |
| FindDuplicatePrice | (Record Price List Line) | Boolean | public | - |
| AdjustAmount | (var Decimal, Record Price Line Filters) | public | - | |
| FindDuplicatePrices | (Record Price List Header, var Record Price List Line, Boolean, var Record Duplicate Price Line) | Boolean | public | - |
| ActivateDraftLines | (Notification, Boolean) | public | - | |
| ActivateDraftLines | (Record Price List Header, Boolean) | Boolean | public | - |
| SetHeadersFilters | (Record Price List Line, var Record Price List Line) | public | - | |
| SetAssetFilters | (Record Price List Line, var Record Price List Line) | public | - |
Events, 21
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeFindDuplicatePriceListLine | (Record Price List Line, var Record Price List Line) | - |
| Integration event | OnBuildAssetFiltersOnBeforeFindLines | (var Record Price List Line, Record Price Asset) | - |
| Integration event | OnBuildSourceFiltersOnBeforeFindLines | (var Record Price List Line, Record Price Source) | - |
| Integration event | OnAddLineOnAfterPopulatePriceListLineFields | (var Record Price List Line, Record Price List Header, Record Price Asset, Record Price Line Filters) | - |
| Integration event | OnAfterBuildSourceFilters | (var Record Price Source, var Text) | - |
| Integration event | OnAfterImplementNewPrice | (var Record Price Worksheet Line, var Record Price List Line, var Boolean) | - |
| Integration event | OnCopyToWorksheetLineOnBeforeInsert | (var Record Price Worksheet Line, Record Price List Line) | - |
| Integration event | OnCopyLinesOnAfterFromPriceListLineSetFilters | (var Record Price List Line, Record Price Line Filters) | - |
| Integration event | OnCopyLineOnAfterInsertFromPriceListLine | (Record Price List Line, var Record Price List Line) | - |
| Integration event | OnActivateDraftLinesOnAfterPriceListLineModifyAll | (var Record Price List Header, var Boolean) | - |
| Integration event | OnAfterActivateDraftLines | (Record Price List Line) | - |
| Integration event | OnAfterIsAllowedEditingActivePrice | (Enum Price Type, var Boolean) | - |
| Integration event | OnCopyLineOnAfterAdjustAmounts | (var Record Price List Line, Record Price Line Filters, var Record Price List Line, Record Price List Header) | - |
| Integration event | OnBeforeImplementNewPrices | (var Record Price Worksheet Line) | - |
| Integration event | OnBeforeImplementNewPrice | (var Record Price Worksheet Line, var Boolean, var Boolean) | - |
| Integration event | OnAfterSetHeadersFilters | (Record Price List Line, var Record Price List Line) | - |
| Integration event | OnAfterSetAssetFilters | (Record Price List Line, var Record Price List Line) | - |
| Integration event | OnBeforeResolveDuplicatePrices | (Record Price List Header, var Boolean, var Boolean) | - |
| Integration event | OnAfterClearSourceFilters | (var Record Price List Line) | - |
| Integration event | OnAfterClearAssetFilters | (var Record Price List Line) | - |
| Integration event | OnCheckIfPriceListLineMarkingIsNeededOnBeforeFindLines | (var Record Price List Line, var Record Price Asset) | - |