Enum 247 Req. Worksheet Template Type

App
Base Application
Namespace
Microsoft.Inventory.Requisition
Versions
20-28

Values, 3Obsolete, 1

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Inventory/Requisition/ReqWorksheetTemplateType.Enum.al23 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.Requisition;

enum 247 "Req. Worksheet Template Type"
{
    Extensible = true;
    AssignmentCompatibility = true;

    value(0; "Req.") { Caption = 'Requisition'; }
#if not CLEAN28
    value(1; "For. Labor")
    {
        Caption = 'Subcontracting (Obsolete)';
        ObsoleteReason = 'Will be replaced by the Subcontracting app';
        ObsoleteState = Pending;
        ObsoleteTag = '28.0';
    }
#endif
    value(2; "Planning") { Caption = 'Planning'; }
}