Enum 1512 Notification Schedule Type, source in 29
Source29
src/Layers/W1/BaseApp/System/Notifications/NotificationScheduleType.Enum.al12 lines, Copyright (c) Microsoft Corporation. MIT
namespace System.Environment.Configuration;
enum 1512 "Notification Schedule Type"
{
Extensible = true;
AssignmentCompatibility = true;
value(0; "Instantly") { Caption = 'Instantly'; }
value(1; "Daily") { Caption = 'Daily'; }
value(2; "Weekly") { Caption = 'Weekly'; }
value(3; "Monthly") { Caption = 'Monthly'; }
}