KVSKBASuggestSalesPriceonWksh
OBSOLETE
This Element will be removed or changed with a future Version of the App.
Events
OnBeforeModifyOrInsertSalesPriceWksh(Record KVSKBASalesPriceWorksheet) :
OBSOLETE
This Element will be removed or changed with a future Version of the App.
Summary: Integration event that is raised before a sales price worksheet record is modified or inserted.
[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 OnBeforeModifyOrInsertSalesPriceWksh(var SalesPriceWorksheet: Record "KVSKBASalesPriceWorksheet"):
Parameters:
SalesPriceWorksheet: VAR Record KVSKBASalesPriceWorksheet - The sales price worksheet record about to be modified or inserted.
Remarks: This event is obsolete. The price calculation needs a redesign due to standard changes; this event may not be available in the future. Allows subscribers to modify the sales price worksheet record before it is persisted.
OnAfterGetRecordSalesPriceOnBeforeTypeFilterCaseElse(Record KVSKBASalesPrice, Boolean) :
OBSOLETE
This Element will be removed or changed with a future Version of the App.
Summary: Integration event that is raised when the sales price type does not match any known type during record processing.
[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 OnAfterGetRecordSalesPriceOnBeforeTypeFilterCaseElse(var SalesPrice: Record "KVSKBASalesPrice"; var IsHandled: Boolean):
Parameters:
SalesPrice: VAR Record KVSKBASalesPrice - The sales price record with the unrecognized type.IsHandled: VAR Boolean - If set to TRUE, the default field error for the unrecognized type will be skipped.
Remarks: This event is obsolete. The price calculation needs a redesign due to standard changes; this event may not be available in the future. If IsHandled is set to TRUE, the original error will be skipped.