Skip to content

Codeunit WSB_ItemPriceImportMgtTTE

Provides functionality for importing/exporting and handling prices.

Properties

Name Value
Access Public

Methods

wgFncApplyFactorToCalculateUnitPrice

Applies a factor to calculate the new UnitPrice.

Parameters

Type Name Description
Record "WSB_ItemPriceImportTTE" vRecItemPriceImport

wgFncExportItemPriceImportLines

Exports item price import lines to a file.

Parameters

Type Name Description
Record "WSB_ItemPriceImportTTE" vRecWSB_ItemPriceImportTTE The item price import lines to export.

wgFncExportPriceListLinesToItemPriceExportTemplate

Exports to CSV Template via XML Port.

Parameters

Type Name Description
Record "Price List Line" vRecPriceListLine VAR Record "Price List Line".

wgFncImportItemPriceImportLines

Imports item price import lines from a file.

wgFncValidatePriceLines

Validates the price import lines in the filter.

Parameters

Type Name Description
Record "WSB_ItemPriceImportTTE" vRecWSBItemPriceImport The item price import lines to validate.
Boolean pVerbose Whether to show a progress dialog and success message.

wgFncSubmitPriceLines

Submits the price import lines in the filter.

Parameters

Type Name Description
Record "WSB_ItemPriceImportTTE" vRecWSBItemPriceImport The item price import lines to submit.
Boolean pVerbose Whether to show a progress dialog and summary message.