KVSKBAPriceListLine#
Events#
OnBeforeCalcPurchasePUInPriceListLine(Record Price List Line, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeCalcPurchasePUInPriceListLine(var PriceListLine: Record "Price List Line"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAPriceListLine", 'OnBeforeCalcPurchasePUInPriceListLine', '', false, false)]
local procedure DoSomethingOnBeforeCalcPurchasePUInPriceListLine(var PriceListLine: Record "Price List Line"; var IsHandled: Boolean)
begin
end;
OnBeforeCalcPurchaseDUnitCostPUInPriceListLine(Record Price List Line, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeCalcPurchaseDUnitCostPUInPriceListLine(var PriceListLine: Record "Price List Line"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAPriceListLine", 'OnBeforeCalcPurchaseDUnitCostPUInPriceListLine', '', false, false)]
local procedure DoSomethingOnBeforeCalcPurchaseDUnitCostPUInPriceListLine(var PriceListLine: Record "Price List Line"; var IsHandled: Boolean)
begin
end;
OnBeforeCalcPurchaseDUnitCostInPriceListLine(Record Price List Line, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeCalcPurchaseDUnitCostInPriceListLine(var PriceListLine: Record "Price List Line"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAPriceListLine", 'OnBeforeCalcPurchaseDUnitCostInPriceListLine', '', false, false)]
local procedure DoSomethingOnBeforeCalcPurchaseDUnitCostInPriceListLine(var PriceListLine: Record "Price List Line"; var IsHandled: Boolean)
begin
end;
OnBeforeCalcUnitPriceInPriceListLine(Record Price List Line, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeCalcUnitPriceInPriceListLine(var PriceListLine: Record "Price List Line"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAPriceListLine", 'OnBeforeCalcUnitPriceInPriceListLine', '', false, false)]
local procedure DoSomethingOnBeforeCalcUnitPriceInPriceListLine(var PriceListLine: Record "Price List Line"; var IsHandled: Boolean)
begin
end;
OnBeforeCalcSalesUnitPricePUInPriceListLine(Record Price List Line, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeCalcSalesUnitPricePUInPriceListLine(var PriceListLine: Record "Price List Line"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAPriceListLine", 'OnBeforeCalcSalesUnitPricePUInPriceListLine', '', false, false)]
local procedure DoSomethingOnBeforeCalcSalesUnitPricePUInPriceListLine(var PriceListLine: Record "Price List Line"; var IsHandled: Boolean)
begin
end;
OnBeforeCalcSalesPUInPriceListLine(Record Price List Line, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeCalcSalesPUInPriceListLine(var PriceListLine: Record "Price List Line"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAPriceListLine", 'OnBeforeCalcSalesPUInPriceListLine', '', false, false)]
local procedure DoSomethingOnBeforeCalcSalesPUInPriceListLine(var PriceListLine: Record "Price List Line"; var IsHandled: Boolean)
begin
end;