Enum extension 2611 Feature To Update - BaseApp, source in 29
Source29
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
}