Enum 247 Req. Worksheet Template Type, source in 29
Source29
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'; }
}