[IntegrationEvent(false, false)]
local procedure OnBeforeOnScopeOnAfterValidate():
[EventSubscriber(ObjectType::Page, Page::"KVSDMSDocumentSetup", 'OnBeforeOnScopeOnAfterValidate', '', false, false)]
local procedure DoSomethingOnBeforeOnScopeOnAfterValidate()
begin
end;
[IntegrationEvent(false, false)]
local procedure OnScopeOnAfterValidate(var DocumentSetupRec: Record "KVSDMSDocumentSetup"; Scope: Enum "KVSDMSUsageScopeEnum"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Page, Page::"KVSDMSDocumentSetup", 'OnScopeOnAfterValidate', '', false, false)]
local procedure DoSomethingOnScopeOnAfterValidate(var DocumentSetupRec: Record "KVSDMSDocumentSetup"; Scope: Enum "KVSDMSUsageScopeEnum"; var IsHandled: Boolean)
begin
end;
[IntegrationEvent(false, false)]
local procedure OnSetUsage(Scope: Enum "KVSDMSUsageScopeEnum"; var DocumentSetupRec: Record "KVSDMSDocumentSetup"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Page, Page::"KVSDMSDocumentSetup", 'OnSetUsage', '', false, false)]
local procedure DoSomethingOnSetUsage(Scope: Enum "KVSDMSUsageScopeEnum"; var DocumentSetupRec: Record "KVSDMSDocumentSetup"; var IsHandled: Boolean)
begin
end;
[IntegrationEvent(false, false)]
local procedure OnSetScopedUsage(Scope: Enum "KVSDMSUsageScopeEnum"; var DocumentSetupRec: Record "KVSDMSDocumentSetup"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Page, Page::"KVSDMSDocumentSetup", 'OnSetScopedUsage', '', false, false)]
local procedure DoSomethingOnSetScopedUsage(Scope: Enum "KVSDMSUsageScopeEnum"; var DocumentSetupRec: Record "KVSDMSDocumentSetup"; var IsHandled: Boolean)
begin
end;