Enum 99000905 Requisition Ref. Order Type, source in 29
Source29
src/Layers/W1/BaseApp/Inventory/Requisition/RequisitionRefOrderType.Enum.al18 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 99000905 "Requisition Ref. Order Type"
{
Extensible = true;
AssignmentCompatibility = true;
value(0; " ") { Caption = ' '; }
value(1; "Purchase") { Caption = 'Purchase'; }
value(2; "Prod. Order") { Caption = 'Prod. Order'; }
value(3; "Transfer") { Caption = 'Transfer'; }
value(4; "Assembly") { Caption = 'Assembly'; }
}