procedure CopyLinesBySource(var PriceListLine: Record "Price List Line"; PriceSource: Record "Price Source"; var PriceAssetList: Codeunit "Price Asset List"; var TempPriceListLine: Record "Price List Line" temporary): Boolean
Parameters
Name
Type
Description
PriceListLine
Record "Price List Line"
PriceSource
Record "Price Source"
PriceAssetList
Microsoft.Pricing.Asset."Price Asset List"
TempPriceListLine
Record "Price List Line" temporary
Returns
Type
Description
Boolean
CopyLinesBySource
procedure CopyLinesBySource(var PriceListLine: Record "Price List Line"; PriceSource: Record "Price Source"; PriceAsset: Record "Price Asset"; var TempPriceListLine: Record "Price List Line" temporary): Boolean
Parameters
Name
Type
Description
PriceListLine
Record "Price List Line"
PriceSource
Record "Price Source"
PriceAsset
Record "Price Asset"
TempPriceListLine
Record "Price List Line" temporary
Returns
Type
Description
Boolean
Events
OnIsDisabled
[IntegrationEvent(False,False)]
local procedure OnIsDisabled(var Disabled: Boolean)