Table "Sent Notification Entry"

ID 1514
Namespace: System.Environment.Configuration

Properties

Name Value
Caption Sent Notification Entry
DrillDownPageID Page System.Environment.Configuration."Sent Notification Entries"
LookupPageID Page System.Environment.Configuration."Sent Notification Entries"
Permissions TableData "Sent Notification Entry" = rimd
ReplicateData False
DataClassification CustomerContent

Fields

Name Type Description
ID Integer
Type Enum System.Environment.Configuration."Notification Entry Type"
"Recipient User ID" Code[50]
"Triggered By Record" RecordId
"Link Target Page" Integer
"Custom Link" Text[250]
"Created Date-Time" DateTime
"Created By" Code[50]
"Sent Date-Time" DateTime
"Notification Content" Blob
"Notification Method" Enum System.Environment.Configuration."Notification Method Type"
"Aggregated with Entry" Integer
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

GetLastEntryNo

[InherentPermissions(TableData,1514,r)]
procedure GetLastEntryNo(): Integer

Returns

Type Description
Integer

InsertRecord

[InherentPermissions(TableData,1514,r)]
procedure InsertRecord()

NewRecord

[InherentPermissions(TableData,1514,r)]
procedure NewRecord(NotificationEntry: Record "Notification Entry", NotificationContent: Text, NotificationMethod: Option)

Parameters

Name Type Description
NotificationEntry Table System.Environment.Configuration."Notification Entry"
NotificationContent Text
NotificationMethod Option

Events

OnNewRecordOnBeforeInsert

[IntegrationEvent(False,False)]
local procedure OnNewRecordOnBeforeInsert(var SentNotificationEntry: Record "Sent Notification Entry", NotificationEntry: Record "Notification Entry", NotificationContent: Text, NotificationMethod: Option)

Parameters

Name Type Description
SentNotificationEntry Table System.Environment.Configuration."Sent Notification Entry"
NotificationEntry Table System.Environment.Configuration."Notification Entry"
NotificationContent Text
NotificationMethod Option

OnNewRecordOnBeforeTransferFields

[IntegrationEvent(False,False)]
local procedure OnNewRecordOnBeforeTransferFields(var NotificationEntry: Record "Notification Entry")

Parameters

Name Type Description
NotificationEntry Table System.Environment.Configuration."Notification Entry"

See also