KVSKBAPurchRcptCancelPostCU#
Procedures#
OnRun#
procedure OnRun(Rec: Record "#437dbf0e84ff417a965ded2bb9650972#Purch. Rcpt. Header")
Def(Date, Date, Code[35], Code[10]) :#
Obsolete
This Element will be removed or changed with a future Version of the App.
[Obsolete('This procedure is deleted as soon as the standard function for split quantities is adjusted.', '24.2')]
procedure Def(NewPostingDate: Date; NewDocDate: Date; NewExtDocNo: Code[35]; NewCauseOfCancellation: Code[10]):
Events#
OnBeforeCheckPurchRcptLine(Record Purch. Rcpt. Line, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeCheckPurchRcptLine(PurchRcptLine: Record "Purch. Rcpt. Line"; var Handled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAPurchRcptCancelPostCU", 'OnBeforeCheckPurchRcptLine', '', false, false)]
local procedure DoSomethingOnBeforeCheckPurchRcptLine(PurchRcptLine: Record "Purch. Rcpt. Line"; var Handled: Boolean)
begin
end;
OnCheckPurchRcptLineOnBeforeCheckProdOrderNo(Record Purch. Rcpt. Line, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnCheckPurchRcptLineOnBeforeCheckProdOrderNo(PurchRcptLine: Record "Purch. Rcpt. Line"; var Handled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAPurchRcptCancelPostCU", 'OnCheckPurchRcptLineOnBeforeCheckProdOrderNo', '', false, false)]
local procedure DoSomethingOnCheckPurchRcptLineOnBeforeCheckProdOrderNo(PurchRcptLine: Record "Purch. Rcpt. Line"; var Handled: Boolean)
begin
end;
SetSingleCancellation(Boolean) :#
[IntegrationEvent(false, false)]
local procedure SetSingleCancellation(NewSingleCancellation: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAPurchRcptCancelPostCU", 'SetSingleCancellation', '', false, false)]
local procedure DoSomethingSetSingleCancellation(NewSingleCancellation: Boolean)
begin
end;
OnCheckPurchRcptLineOnBeforeCheckQMInspectioOrder(Record Purch. Rcpt. Line, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnCheckPurchRcptLineOnBeforeCheckQMInspectioOrder(var GlobalPurchRcptLine: Record "Purch. Rcpt. Line"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAPurchRcptCancelPostCU", 'OnCheckPurchRcptLineOnBeforeCheckQMInspectioOrder', '', false, false)]
local procedure DoSomethingOnCheckPurchRcptLineOnBeforeCheckQMInspectioOrder(var GlobalPurchRcptLine: Record "Purch. Rcpt. Line"; var IsHandled: Boolean)
begin
end;