Enum 73 Planning Surplus Type

App
Base Application
Namespace
Microsoft.Inventory.Planning
Versions
26-28

Values, 14

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Inventory/Planning/PlanningSurplusType.Enum.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 Microsoft.Inventory.Planning;

enum 73 "Planning Surplus Type"
{
    value(0; "None") { Caption = 'None'; }
    value(1; "Forecast") { Caption = 'None'; }
    value(2; "BlanketOrder") { Caption = 'None'; }
    value(3; "SafetyStock") { Caption = 'None'; }
    value(4; "ReorderPoint") { Caption = 'None'; }
    value(5; "MaxInventory") { Caption = 'None'; }
    value(6; "FixedOrderQty") { Caption = 'None'; }
    value(7; "MaxOrder") { Caption = 'None'; }
    value(8; "MinOrder") { Caption = 'None'; }
    value(9; "OrderMultiple") { Caption = 'None'; }
    value(10; "DampenerQty") { Caption = 'None'; }
    value(11; "PlanningFlexibility") { Caption = 'None'; }
    value(12; "Undefined") { Caption = 'None'; }
    value(13; "EmergencyOrder") { Caption = 'EmergencyOrder'; }
}