Codeunit 329 No. Series Installer in 28

App
Business Foundation
Namespace
Microsoft.Foundation.NoSeries
Obsolete
Pending 28.0. Upgrade logic is moved to No. Series Upgrade codeunit 328.

Versions171819202122232425262728latest

Source242526272829

Source in 28

src/Business Foundation/App/NoSeries/src/Upgrade/NoSeriesInstaller.Codeunit.al18 lines, Copyright (c) Microsoft Corporation. MIT

#if not CLEAN28
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

namespace Microsoft.Foundation.NoSeries;

codeunit 329 "No. Series Installer"
{
    Subtype = Install;
    InherentEntitlements = X;
    InherentPermissions = X;
    ObsoleteReason = 'Upgrade logic is moved to No. Series Upgrade codeunit 328.';
    ObsoleteState = Pending;
    ObsoleteTag = '28.0';
}
#endif