KVSFCYGetInboundSourceDoc#
Events#
OnPostedWhseReceiptLineOnPreDataItem(Record Posted Whse. Receipt Line) :#
Summary: Event before processing posted warehouse receipt line.
[IntegrationEvent(false, false)]
local procedure OnPostedWhseReceiptLineOnPreDataItem(var PostedWhseReceiptLine: Record "Posted Whse. Receipt Line"):
[EventSubscriber(ObjectType::Report, Report::"KVSFCYGetInboundSourceDoc", 'OnPostedWhseReceiptLineOnPreDataItem', '', false, false)]
local procedure DoSomethingOnPostedWhseReceiptLineOnPreDataItem(var PostedWhseReceiptLine: Record "Posted Whse. Receipt Line")
begin
end;
Parameters:
PostedWhseReceiptLine: Posted warehouse receipt line record.