Enum 7008 Job Price Source Type

App
Base Application
Namespace
Microsoft.Projects.Project.Pricing
Versions
17-28

Values, 3

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Projects/Project/Pricing/JobPriceSourceType.Enum.al22 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.Projects.Project.Pricing;

enum 7008 "Job Price Source Type"
{
    Extensible = true;
    value(30; "All Jobs")
    {
        Caption = 'All Projects';
    }
    value(31; Job)
    {
        Caption = 'Project';
    }
    value(32; "Job Task")
    {
        Caption = 'Project Task';
    }
}