Enum 7011 Price Calculation Handler, source in 29
Source29
src/Layers/W1/BaseApp/Pricing/Calculation/PriceCalculationHandler.Enum.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 Microsoft.Pricing.Calculation;
enum 7011 "Price Calculation Handler" implements "Price Calculation"
{
Extensible = true;
value(0; "Not Defined")
{
Caption = 'Not Defined';
Implementation = "Price Calculation" = "Price Calculation - V15";
}
value(7002; "Business Central (Version 16.0)")
{
Caption = 'Business Central (Version 16.0)', Locked = true;
Implementation = "Price Calculation" = "Price Calculation - V16";
}
value(7003; "Business Central (Version 15.0)")
{
Caption = 'Business Central (Version 15.0)', Locked = true;
Implementation = "Price Calculation" = "Price Calculation - V15";
}
}