Enum 5089 Profile Answer Priority

App
Base Application
Namespace
Microsoft.CRM.Profiling
Versions
19-28

Values, 5

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/CRM/Profiling/ProfileAnswerPriority.Enum.al18 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.CRM.Profiling;

enum 5089 "Profile Answer Priority"
{
    Extensible = true;
    AssignmentCompatibility = true;

    value(0; "Very Low (Hidden)") { Caption = 'Very Low (Hidden)'; }
    value(1; "Low") { Caption = 'Low'; }
    value(2; "Normal") { Caption = 'Normal'; }
    value(3; "High") { Caption = 'High'; }
    value(4; "Very High") { Caption = 'Very High'; }
}