KVSKBADistributeWorksheetLines
Events
OnAfterSetFilterWkshLineDistribFilter(Record KVSKBAWkshLineDistribFilter, Record Requisition Line) :
Summary: Integration event that is raised after setting the filters for the worksheet line distribution.
[IntegrationEvent(false, false)]
local procedure OnAfterSetFilterWkshLineDistribFilter(var KVSKBAWkshLineDistribFilter: Record "KVSKBAWkshLineDistribFilter"; RequisitionLine: Record "Requisition Line"):
Parameters:
KVSKBAWkshLineDistribFilter: The record of the worksheet line distribution filter that has been set.RequisitionLine: The record of the requisition line that is being processed.
Remarks: This integration event allows external subscribers to perform custom logic or modifications after the filters for the worksheet line distribution have been set. It provides access to the worksheet line distribution filter record and the requisition line record that is being processed. Subscribers can use this event to implement additional validation, logging, or any necessary adjustments after the filters have been applied.