Enum 99000880 Order Promising Line Source Type

App
Base Application
Namespace
Microsoft.Inventory.Availability
Versions
17-28

Values, 14

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Inventory/Availability/OrderPromisingLineSourceType.Enum.al68 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.Availability;

#pragma warning disable AL0659
enum 99000880 "Order Promising Line Source Type"
#pragma warning restore AL0659
{
    Extensible = true;
    AssignmentCompatibility = true;

    value(0; " ")
    {
    }
    value(1; Sales)
    {
        Caption = 'Sales';
    }
    value(2; "Requisition Line")
    {
        Caption = 'Requisition Line';
    }
    value(3; Purchase)
    {
        Caption = 'Purchase';
    }
    value(4; "Item Journal")
    {
        Caption = 'Item Journal';
    }
    value(5; "BOM Journal")
    {
        Caption = 'BOM Journal';
    }
    value(6; "Item Ledger Entry")
    {
        Caption = 'Item Ledger Entry';
    }
    value(7; "Prod. Order Line")
    {
        Caption = 'Prod. Order Line';
    }
    value(8; "Prod. Order Component")
    {
        Caption = 'Prod. Order Component';
    }
    value(9; "Planning Line")
    {
        Caption = 'Planning Line';
    }
    value(10; "Planning Component")
    {
        Caption = 'Planning Component';
    }
    value(11; Transfer)
    {
        Caption = 'Transfer';
    }
    // Implemented in enum extension "Serv. Order. Prom. Source Type"
    // value(12; "Service Order") { Caption = 'Service Order'; }
    value(13; Job)
    {
        Caption = 'Project';
    }
}