Codeunit 1807 Assisted Setup Upgrade in 27
- App
- System Application
- Namespace
- System.Environment.Configuration
- Obsolete
- Pending 26.0. Table "Asssited Setup" has been removed in version 26.
Versions171819202122232425262728latest
Source in 27
src/System Application/App/Guided Experience/src/Assisted Setup/AssistedSetupUpgrade.Codeunit.al25 lines, Copyright (c) Microsoft Corporation. MIT
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace System.Environment.Configuration;
codeunit 1807 "Assisted Setup Upgrade"
{
Subtype = Upgrade;
InherentEntitlements = X;
InherentPermissions = X;
Permissions = tabledata "Guided Experience Item" = r;
ObsoleteReason = 'Table "Asssited Setup" has been removed in version 26.';
ObsoleteState = Pending;
ObsoleteTag = '26.0';
procedure DeleteAssistedSetup()
begin
end;
procedure UpgradeToGuidedExperienceItem()
begin
end;
}Procedures, 2
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| DeleteAssistedSetup | () | public | - | |
| UpgradeToGuidedExperienceItem | () | public | - |