Skip to content

KVSKBAPurchRcptCancelSuggest#

Obsolete

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

Events#

OnBeforeGetCancelSuggestOnCheckType(Record Purch. Rcpt. 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 OnBeforeGetCancelSuggestOnCheckType(PurchRcptLine: Record "Purch. Rcpt. Line"; var Handled: Boolean): 
[EventSubscriber(ObjectType::Report, Report::"KVSKBAPurchRcptCancelSuggest", 'OnBeforeGetCancelSuggestOnCheckType', '', false, false)]
local procedure DoSomethingOnBeforeGetCancelSuggestOnCheckType(PurchRcptLine: Record "Purch. Rcpt. Line"; var Handled: Boolean)
begin
end;