Skip to content

KVSKBAPriceCalcBufferMgtHelper#

Events#

OnBeforeIsInMinItemPriceGroupQty(Record Price List Line, Record Price Calculation Buffer, Boolean, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeIsInMinItemPriceGroupQty(PriceListLine: Record "Price List Line"; PriceCalculationBuffer: Record "Price Calculation Buffer"; var Result: Boolean; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAPriceCalcBufferMgtHelper", 'OnBeforeIsInMinItemPriceGroupQty', '', false, false)]
local procedure DoSomethingOnBeforeIsInMinItemPriceGroupQty(PriceListLine: Record "Price List Line"; PriceCalculationBuffer: Record "Price Calculation Buffer"; var Result: Boolean; var IsHandled: Boolean)
begin
end;

OnBeforeIsInMinItemDiscountGroupQty(Record Price List Line, Record Price Calculation Buffer, Boolean, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeIsInMinItemDiscountGroupQty(PriceListLine: Record "Price List Line"; PriceCalculationBuffer: Record "Price Calculation Buffer"; var Result: Boolean; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAPriceCalcBufferMgtHelper", 'OnBeforeIsInMinItemDiscountGroupQty', '', false, false)]
local procedure DoSomethingOnBeforeIsInMinItemDiscountGroupQty(PriceListLine: Record "Price List Line"; PriceCalculationBuffer: Record "Price Calculation Buffer"; var Result: Boolean; var IsHandled: Boolean)
begin
end;

OnAfterOnAfterSetFilters(Record Price Calculation Buffer, Record Price List Line) :#

[IntegrationEvent(false, false)]
local procedure OnAfterOnAfterSetFilters(var PriceCalculationBuffer: Record "Price Calculation Buffer"; var PriceListLine: Record "Price List Line"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAPriceCalcBufferMgtHelper", 'OnAfterOnAfterSetFilters', '', false, false)]
local procedure DoSomethingOnAfterOnAfterSetFilters(var PriceCalculationBuffer: Record "Price Calculation Buffer"; var PriceListLine: Record "Price List Line")
begin
end;