Enum 9209 Item Analysis Dimension Type, source in 29

Source29

src/Layers/W1/BaseApp/Inventory/Analysis/ItemAnalysisDimensionType.Enum.al20 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.Analysis;

enum 9209 "Item Analysis Dimension Type"
{
    AssignmentCompatibility = true;
    Extensible = false;

    value(0; "Item") { Caption = 'Item'; }
    value(1; "Period") { Caption = 'Period'; }
    value(2; "Location") { Caption = 'Location'; }
    value(3; "Dimension 1") { Caption = 'Dimension 1'; }
    value(4; "Dimension 2") { Caption = 'Dimension 2'; }
    value(5; "Dimension 3") { Caption = 'Dimension 3'; }
    value(99; "Undefined") { Caption = 'Undefined'; }
}