Enum extension 2611 Feature To Update - BaseApp

App
Base Application
Namespace
System.Environment.Configuration
Versions
17-28
Extends
#63ca2fa44f034f2ba480172fef340d3f#Feature To Update

Values, 10Obsolete, 9

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/FeatureToUpdateBaseApp.EnumExt.al24 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;

using Microsoft.Pricing.Calculation;

enumextension 2611 "Feature To Update - BaseApp" extends "Feature To Update"
{
    value(7049; SalesPrices)
    {
        Implementation = "Feature Data Update" = "Feature - Price Calculation";
    }
#if not CLEAN28
    value(8200; FinancialReportDefaults)
    {
        Implementation = "Feature Data Update" = Microsoft.Finance.FinancialReports."Feature - Fin. Report Default";
        ObsoleteState = Pending;
        ObsoleteReason = 'Financial Report defaults feature will be always enabled in version 29.0';
        ObsoleteTag = '28.0';
    }
#endif
}