Enum 1512 Notification Schedule Type

App
Base Application
Namespace
System.Environment.Configuration
Versions
17-28

Values, 4

Versions171819202122232425262728

Source29

Source in 29

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'; }
}