Skip to content

KVSKBASalesShptCancelPostCU#

Procedures#

OnRun#

procedure OnRun(Rec: Record "#437dbf0e84ff417a965ded2bb9650972#Sales Shipment Header")

Events#

OnPostItemJnlLineOnBeforeItemJnlPostLineRunWithCheck(Record Sales Shipment Line, Record Item Journal Line, Integer, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnPostItemJnlLineOnBeforeItemJnlPostLineRunWithCheck(SalesShipmentLine: Record "Sales Shipment Line"; var ItemJournalLine: Record "Item Journal Line"; var EntryNo: Integer; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBASalesShptCancelPostCU", 'OnPostItemJnlLineOnBeforeItemJnlPostLineRunWithCheck', '', false, false)]
local procedure DoSomethingOnPostItemJnlLineOnBeforeItemJnlPostLineRunWithCheck(SalesShipmentLine: Record "Sales Shipment Line"; var ItemJournalLine: Record "Item Journal Line"; var EntryNo: Integer; var IsHandled: Boolean)
begin
end;