KVSKBAPurchInvoiceSubform
Extends #437dbf0e84ff417a965ded2bb9650972#Purch. Invoice Subform
Events
KVSKBAOnItemReferenceNoOnLookup(Record Purchase Line) :
Summary: Integration event raised when the user triggers the lookup on the Item Reference No. field in the purchase invoice subform.
[IntegrationEvent(false, false)]
local procedure KVSKBAOnItemReferenceNoOnLookup(var PurchaseLine: Record "Purchase Line"):
Parameters:
PurchaseLine: The current purchase 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.