Skip to content

KVSKBAReturnRcptCancelPostCU#

Obsolete

This Element will be removed or changed with a future Version of the App.

Procedures#

OnRun#

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

Events#

OnCheckReturnRcptLineOnBeforeCheckQMInspectioOrder(Record Return Receipt Line, Boolean) :#

Obsolete

This Element will be removed or changed with a future Version of the App.

[Obsolete('The KVSKBAExtendedUndoLines will be replaced by the Microsoft standard. The deactivation takes place with release BC2025 Wave 2.', '25.2')]
[IntegrationEvent(false, false)]
local procedure OnCheckReturnRcptLineOnBeforeCheckQMInspectioOrder(var GlobalReturnRcptLine: Record "Return Receipt Line"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAReturnRcptCancelPostCU", 'OnCheckReturnRcptLineOnBeforeCheckQMInspectioOrder', '', false, false)]
local procedure DoSomethingOnCheckReturnRcptLineOnBeforeCheckQMInspectioOrder(var GlobalReturnRcptLine: Record "Return Receipt Line"; var IsHandled: Boolean)
begin
end;