KVSKBASalesInvoiceSubform
Extends #437dbf0e84ff417a965ded2bb9650972#Sales Invoice Subform
Events
KVSKBAOnReferenceNoOnAfterLookup(Record Sales Line) :
Summary: Integration event raised after the lookup on the Item Reference No. field in the sales invoice 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.