Objects/Tables/Table 1518 My Notifications
Table 1518 My Notifications in 24
Jonas Paprotka, Base Application 24.5.23489.36097, checked
- App
- Base Application
- Namespace
- System.Environment.Configuration
Fields, 7Keys, 1Procedures, 12Events, 2
Versions171819202122232425262728latest
Source29
Fields, 7
| Id | Name | Type | Obsolete |
|---|
| 1 | User Id | Code[50] | - |
| 2 | Notification Id | Guid | - |
| 3 | Apply to Table Id | Integer | - |
| 4 | Enabled | Boolean | - |
| 5 | Apply to Table Filter | Blob | - |
| 6 | Name | Text[128] | - |
| 7 | Description | Blob | - |
Keys, 1
| Name | Fields | Obsolete |
|---|
| Key1, clustered | User Id, Notification Id | - |
Procedures, 12
| Name | Parameters | Returns | Access | Obsolete |
|---|
| Disable | (Guid) | Boolean | public | - |
| SetStatus | (Guid, Boolean) | Boolean | public | - |
| InsertDefault | (Guid, Text[128], Text, Boolean) | | public | - |
| InsertDefaultWithTableNum | (Guid, Text[128], Text, Integer) | | public | - |
| InsertDefaultWithTableNumAndFilter | (Guid, Text[128], Text, Integer, Text) | | public | - |
| GetDescription | () | Text | public | - |
| GetFiltersAsDisplayText | () | Text | public | - |
| GetXmlFromTableView | (Integer, Text) | Text | public | - |
| OpenFilterSettings | () | Boolean | public | - |
| InsertNotificationWithDefaultFilter | (Guid) | | public | - |
| IsEnabledForRecord | (Guid, Variant) | Boolean | public | - |
| IsEnabled | (Guid) | Boolean | public | - |
Events, 2
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnStateChanged | (Guid, Boolean) | - |
| Integration event | OnAfterIsNotificationEnabled | (Guid, var Boolean, Variant) | - |