Skip to content

KVSKBAReturnShptCancelPostCU#

Procedures#

OnRun#

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

Events#

OnBeforeCheckReturnShptLine(Record Return Shipment Line, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeCheckReturnShptLine(ReturnShptLine: Record "Return Shipment Line"; var Handled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAReturnShptCancelPostCU", 'OnBeforeCheckReturnShptLine', '', false, false)]
local procedure DoSomethingOnBeforeCheckReturnShptLine(ReturnShptLine: Record "Return Shipment Line"; var Handled: Boolean)
begin
end;