KVSMEDGetSourceDocumentsSub
Events
OnBeforeApplyTempWhseShipmentLineSourceFilter(Record Warehouse Shipment Line, Record Warehouse Source Filter, Record Warehouse Request) :
Summary: Raised before source filters are applied to the temporary warehouse shipment lines during shipment creation. Allows subscribers to apply additional filters on the temporary warehouse shipment line record before it is processed in .
[IntegrationEvent(false, false)]
local procedure OnBeforeApplyTempWhseShipmentLineSourceFilter(var TempWarehouseShipmentLine: Record "Warehouse Shipment Line" temporary; WarehouseSourceFilter: Record "Warehouse Source Filter"; WarehouseRequest: Record "Warehouse Request"):
Parameters:
TempWarehouseShipmentLine: The temporary warehouse shipment line record to apply additional filters on.WarehouseSourceFilter: The current warehouse source filter (read-only). Provides context about the active summary/split mode.WarehouseRequest: The current warehouse request (read-only). Provides context about the request being processed.