Skip to content

KVSKBACopyDocumentLib#

Events#

OnAfterCopyDocument() :#

[IntegrationEvent(false, false)]
local procedure OnAfterCopyDocument(): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBACopyDocumentLib", 'OnAfterCopyDocument', '', false, false)]
local procedure DoSomethingOnAfterCopyDocument()
begin
end;

OnGetClearSalesContractFields(Option) :#

[IntegrationEvent(false, false)]
local procedure OnGetClearSalesContractFields(var AskClearSalesContractFields: Option): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBACopyDocumentLib", 'OnGetClearSalesContractFields', '', false, false)]
local procedure DoSomethingOnGetClearSalesContractFields(var AskClearSalesContractFields: Option)
begin
end;

OnGetCopyDocProcID(Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnGetCopyDocProcID(var AskCopyDocProcID: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBACopyDocumentLib", 'OnGetCopyDocProcID', '', false, false)]
local procedure DoSomethingOnGetCopyDocProcID(var AskCopyDocProcID: Boolean)
begin
end;