Enum 6057 Contract Line Selection, source in 29

Source29

src/Layers/W1/BaseApp/Service/Contract/ContractLineSelection.Enum.al15 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.Service.Contract;

enum 6057 "Contract Line Selection"
{
    Extensible = true;
    AssignmentCompatibility = true;

    value(0; "All Service Items") { Caption = 'All Service Items'; }
    value(1; "Service Items without Contract") { Caption = 'Service Items without Contract'; }
}