Skip to content

KVSKBAImplementPriceChange#

Obsolete

This Element will be removed or changed with a future Version of the App.

Events#

OnAfterCopyToSalesPrice(Record KVSKBASalesPrice, Record KVSKBASalesPriceWorksheet) :#

Obsolete

This Element will be removed or changed with a future Version of the App.

[Obsolete('The price calculation needs a redesign due to the standard changes, possibly the function will not be available in the future.', '18.3')]
[IntegrationEvent(false, false)]
local procedure OnAfterCopyToSalesPrice(var SalesPrice: Record "KVSKBASalesPrice"; SalesPriceWorksheet: Record "KVSKBASalesPriceWorksheet"): 
[EventSubscriber(ObjectType::Report, Report::"KVSKBAImplementPriceChange", 'OnAfterCopyToSalesPrice', '', false, false)]
local procedure DoSomethingOnAfterCopyToSalesPrice(var SalesPrice: Record "KVSKBASalesPrice"; SalesPriceWorksheet: Record "KVSKBASalesPriceWorksheet")
begin
end;