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.
Summary: This event is raised after the data from the Sales Price Worksheet is copied to the Sales Price table. It allows subscribers to perform additional processing or validation after the copy operation.
[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"):
Parameters:
SalesPrice: The Sales Price record that has been copied to.SalesPriceWorksheet: The Sales Price Worksheet record that was used as the source for the copy operation.
Remarks: This event is marked as obsolete and may be removed in future versions. The price calculation needs a redesign due to standard changes, and this function may not be available in the future.