Table 1513 Notification Schedule in 23
- App
- Base Application
- Namespace
- System.Environment.Configuration
Fields, 15Keys, 1Procedures, 4
Versions171819202122232425262728latest
Source29
Fields, 15
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | User ID | Code[50] | - |
| 2 | Notification Type | Enum Notification Entry Type | - |
| 3 | Recurrence | Enum Notification Schedule Type | - |
| 4 | Time | Time | - |
| 5 | Daily Frequency | Option | - |
| 6 | Monday | Boolean | - |
| 7 | Tuesday | Boolean | - |
| 8 | Wednesday | Boolean | - |
| 9 | Thursday | Boolean | - |
| 10 | Friday | Boolean | - |
| 11 | Saturday | Boolean | - |
| 12 | Sunday | Boolean | - |
| 13 | Date of Month | Integer | - |
| 14 | Monthly Notification Date | Option | - |
| 15 | Last Scheduled Job | Guid | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | User ID, Notification Type | - |
Procedures, 4
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| NewRecord | (Code[50], Option) | public | Pending 17.0 | ||||
| Replaced by CreateNewRecord(). | |||||||
| CreateNewRecord | (Code[50], Enum Notification Entry Type) | public | - | ||||
| CalculateExecutionTime | (DateTime) | DateTime | public | - | |||
| ScheduleNotification | (Record Notification Entry) | public | - | ||||