Table extension 7049 Feature Price Calc. Parameters
- App
- Base Application
- Namespace
- Microsoft.Pricing.Calculation
- Versions
- 18-28
- Extends
- #63ca2fa44f034f2ba480172fef340d3f#Feature Data Update Status
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/Pricing/Calculation/FeaturePriceCalcParameters.TableExt.al19 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 Microsoft.Pricing.Calculation;
using System.Environment.Configuration;
tableextension 7049 "Feature Price Calc. Parameters" extends "Feature Data Update Status"
{
fields
{
field(7049; "Use Default Price Lists"; Boolean)
{
Caption = 'Use default price lists';
DataClassification = CustomerContent;
}
}
}