KVSKBASalesOrderSubform
Extends #437dbf0e84ff417a965ded2bb9650972#Sales Order Subform
Events
KVSKBAOnBeforeSaveAndUpdateOtherSalesLinesUnitPrice(Record Sales Line, Boolean) :
Summary: Integration event raised before saving and updating other sales lines' unit prices.
[IntegrationEvent(false, false)]
local procedure KVSKBAOnBeforeSaveAndUpdateOtherSalesLinesUnitPrice(OldSalesLine: Record "Sales Line"; var Handled: Boolean):
Parameters:
OldSalesLine: The sales line record before the update.Handled: Indicates whether the event has been handled by the subscriber.
KVSKBAOnReferenceNoOnAfterLookup(Record Sales Line) :
Summary: Integration event raised after the lookup on the Item Reference No. field in the sales order line subform.
[IntegrationEvent(false, false)]
local procedure KVSKBAOnReferenceNoOnAfterLookup(var SalesLine: Record "Sales Line"):
Parameters:
SalesLine: The current sales line on which the item reference number lookup was triggered.
Remarks: Subscribe to this event to override or extend the default item reference number lookup behavior, for example to apply custom filtering or to populate additional fields based on the selected reference.