KVSADVClCrMemoEntryCreateBase#
Events#
OnAfterDeleteUnpostedClosingCreditMemoEntriesOfDocument(Boolean, Enum Gen. Journal Document Type, Code[20], Integer) :#
[IntegrationEvent(false, false)]
local procedure OnAfterDeleteUnpostedClosingCreditMemoEntriesOfDocument(AccountTypeCustomer: Boolean; DocType: Enum "Gen. Journal Document Type"; DocNo: Code[20]; DocLineNo: Integer):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSADVClCrMemoEntryCreateBase", 'OnAfterDeleteUnpostedClosingCreditMemoEntriesOfDocument', '', false, false)]
local procedure DoSomethingOnAfterDeleteUnpostedClosingCreditMemoEntriesOfDocument(AccountTypeCustomer: Boolean; DocType: Enum "Gen. Journal Document Type"; DocNo: Code[20]; DocLineNo: Integer)
begin
end;