Skip to content

KVSKBAPriceListMgtHelper#

Events#

OnAfterSetFilterDuplicatePriceListLine(Record Price List Line, Record Price List Line) :#

[IntegrationEvent(false, false)]
local procedure OnAfterSetFilterDuplicatePriceListLine(PriceListLine: Record "Price List Line"; var DuplicatePriceListLine: Record "Price List Line"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAPriceListMgtHelper", 'OnAfterSetFilterDuplicatePriceListLine', '', false, false)]
local procedure DoSomethingOnAfterSetFilterDuplicatePriceListLine(PriceListLine: Record "Price List Line"; var DuplicatePriceListLine: Record "Price List Line")
begin
end;

OnBeforeClosePricesandDiscounts(Record Price List Line, Record Price List Line, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeClosePricesandDiscounts(PriceListLine: Record "Price List Line"; var DuplicatePriceListLine: Record "Price List Line"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAPriceListMgtHelper", 'OnBeforeClosePricesandDiscounts', '', false, false)]
local procedure DoSomethingOnBeforeClosePricesandDiscounts(PriceListLine: Record "Price List Line"; var DuplicatePriceListLine: Record "Price List Line"; var IsHandled: Boolean)
begin
end;