Codeunit 1511 Notification Lifecycle Mgt. in 28

App
Base Application
Namespace
System.Environment.Configuration

Procedures, 13Events, 4

Versions171819202122232425262728latest

Source29

Procedures, 13

NameParametersReturnsAccessObsolete
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)Booleanpublic-
GetNotificationsForRecordWithAdditionalContext(RecordId, Guid, var Record Notification Context, Boolean)Booleanpublic-
EnableSubscribers()public-
DisableSubscribers()public-
AreSubscribersDisabled()Booleanpublic-

Events, 4

KindNameParametersObsolete
Integration eventOnAfterNotificationSent(Notification, Integer)-
Integration eventOnAfterInsertNotificationContext(Record Notification Context)-
Integration eventOnAfterDeleteNotificationContext(Record Notification Context)-
Integration eventOnBeforeSendNotification(var Notification, RecordId, Guid)-