Enum 6057 Contract Line Selection
- App
- Base Application
- Namespace
- Microsoft.Service.Contract
- Versions
- 22-28
Versions171819202122232425262728
Source29
Source in 29
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'; }
}