KVSDMSAssistedSetup#
Events#
OnAfterEnableControls(Boolean, Boolean, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnAfterEnableControls(var finishActionEnabled: Boolean; var nextActionEnabled: Boolean; var backActionEnabled: Boolean):
[EventSubscriber(ObjectType::Page, Page::"KVSDMSAssistedSetup", 'OnAfterEnableControls', '', false, false)]
local procedure DoSomethingOnAfterEnableControls(var finishActionEnabled: Boolean; var nextActionEnabled: Boolean; var backActionEnabled: Boolean)
begin
end;
OnAfterIsCurrStepComplete(Integer, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnAfterIsCurrStepComplete(currentStep: Integer; var isComplete: Boolean):
[EventSubscriber(ObjectType::Page, Page::"KVSDMSAssistedSetup", 'OnAfterIsCurrStepComplete', '', false, false)]
local procedure DoSomethingOnAfterIsCurrStepComplete(currentStep: Integer; var isComplete: Boolean)
begin
end;
OnAfterNextStep(Integer, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnAfterNextStep(currentStep: Integer; backwards: Boolean):
[EventSubscriber(ObjectType::Page, Page::"KVSDMSAssistedSetup", 'OnAfterNextStep', '', false, false)]
local procedure DoSomethingOnAfterNextStep(currentStep: Integer; backwards: Boolean)
begin
end;
Protected Variables#
SelectedDisplayDefinitionColumnTag#
Type: Record (KVSDMSArchivingTagCode)
SelectedDisplayDefinitionGroupTag#
Type: Record (KVSDMSArchivingTagCode)
TempTags#
Type: Record (KVSDMSStorageDefinitionTag) temporary
TempPlaceholder#
Type: Record (KVSDMSStorageDefPlaceholder) temporary
TempSubDirectories#
Type: Record (KVSDMSStorageDefSubdirectory) temporary
AadTenantIdMandatory#
Type: Boolean
IsBasicAuthGroupVisible#
Type: Boolean
IsOAuth2AuthorizationCodeGroupVisible#
Type: Boolean
IsOAuth2ClientCredentialsGroupVisible#
Type: Boolean
BackActionEnabled#
Type: Boolean
FinishActionEnabled#
Type: Boolean
IsSaaS#
Type: Boolean
NextActionEnabled#
Type: Boolean
TestConnectionActionVisible#
Type: Boolean
TopBannerVisible#
Type: Boolean
CurrentStep#
Type: Integer
HighestCompletedStep#
Type: Integer