Enum 5088 Profile Questionnaire Priority, source in 29
Source29
src/Layers/W1/BaseApp/CRM/Profiling/ProfileQuestionnairePriority.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 5088 "Profile Questionnaire Priority"
{
Extensible = true;
AssignmentCompatibility = true;
value(0; "Very Low") { Caption = 'Very Low'; }
value(1; "Low") { Caption = 'Low'; }
value(2; "Normal") { Caption = 'Normal'; }
value(3; "High") { Caption = 'High'; }
value(4; "Very High") { Caption = 'Very High'; }
}