Enum 5530 Inventory Event Buffer Type

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

Values, 14

Versions171819202122232425262728

Source29

Source in 29

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

enum 5530 "Inventory Event Buffer Type"
{
    Extensible = true;
    AssignmentCompatibility = true;

    value(0; Inventory)
    {
        Caption = 'Inventory';
    }
    value(1; Purchase)
    {
        Caption = 'Purchase';
    }
    value(2; Sale)
    {
        Caption = 'Sale';
    }
    value(5; Transfer)
    {
        Caption = 'Transfer';
    }
    value(6; Component)
    {
        Caption = 'Component';
    }
    value(7; Production)
    {
        Caption = 'Production';
    }
    value(8; Service)
    {
        Caption = 'Service';
    }
    value(9; Job)
    {
        Caption = 'Project';
    }
    value(10; Forecast)
    {
        Caption = 'Forecast';
    }
    value(11; "Blanket Sales Order")
    {
        Caption = 'Blanket Sales Order';
    }
    value(12; Plan)
    {
        Caption = 'Plan';
    }
    value(13; "Plan Revert")
    {
        Caption = 'Plan Revert';
    }
    value(14; "Assembly Order")
    {
        Caption = 'Assembly Order';
    }
    value(15; "Assembly Component")
    {
        Caption = 'Assembly Component';
    }
}