KVSPSASalesDocToJobManEventSub#
Events#
KVSPSAOnCheckPriceAndDiscountForDifferences(Record Price List Line, Record Price List Line, Boolean) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnCheckPriceAndDiscountForDifferences(PriceListLine: Record "Price List Line"; DuplicatePriceListLine: Record "Price List Line"; var DuplicatePriceListLinesWithDifferentSettings: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSASalesDocToJobManEventSub", 'KVSPSAOnCheckPriceAndDiscountForDifferences', '', false, false)]
local procedure DoSomethingKVSPSAOnCheckPriceAndDiscountForDifferences(PriceListLine: Record "Price List Line"; DuplicatePriceListLine: Record "Price List Line"; var DuplicatePriceListLinesWithDifferentSettings: Boolean)
begin
end;