Codeunit 1511 Notification Lifecycle Mgt. in 23
- App
- Base Application
- Namespace
- System.Environment.Configuration
Versions171819202122232425262728latest
Source29
Procedures, 13
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| SendNotification | (Notification, RecordId) | public | - | |
| SendNotificationWithAdditionalContext | (Notification, RecordId, Guid) | public | - | |
| RecallNotificationsForRecord | (RecordId, Boolean) | public | - | |
| RecallNotificationsForRecordWithAdditionalContext | (RecordId, Guid, Boolean) | public | - | |
| RecallAllNotifications | () | public | - | |
| GetTmpNotificationContext | (var Record Notification Context) | public | - | |
| SetRecordID | (RecordId) | public | - | |
| UpdateRecordID | (RecordId, RecordId) | public | - | |
| GetNotificationsForRecord | (RecordId, var Record Notification Context, Boolean) | Boolean | public | - |
| GetNotificationsForRecordWithAdditionalContext | (RecordId, Guid, var Record Notification Context, Boolean) | Boolean | public | - |
| EnableSubscribers | () | public | - | |
| DisableSubscribers | () | public | - | |
| AreSubscribersDisabled | () | Boolean | public | - |
Events, 4
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterNotificationSent | (Notification, Integer) | - |
| Integration event | OnAfterInsertNotificationContext | (Record Notification Context) | - |
| Integration event | OnAfterDeleteNotificationContext | (Record Notification Context) | - |
| Integration event | OnBeforeSendNotification | (var Notification, RecordId, Guid) | - |