Enum 99000802 Capacity Unit of Measure

App
Base Application
Namespace
Microsoft.Manufacturing.Capacity
Versions
17-28

Values, 6

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Inventory/Capacity/CapacityUnitOfMeasure.Enum.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.Manufacturing.Capacity;

enum 99000802 "Capacity Unit of Measure"
{
    Extensible = true;
    AssignmentCompatibility = true;

    value(0; " ") { Caption = 'Milliseconds'; }
    value(1; "100/Hour") { Caption = '100/Hour'; }
    value(2; "Minutes") { Caption = 'Minutes'; }
    value(3; "Hours") { Caption = 'Hours'; }
    value(4; "Days") { Caption = 'Days'; }
    value(5; "Seconds") { Caption = 'Seconds'; }
}