Table "Notification Entry"

ID 1511
Namespace: System.Environment.Configuration

Properties

Name Value
Caption Notification Entry
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]
"Error Message" Text[2048]
"Created Date-Time" DateTime
"Created By" Code[50]
"Sender User ID" Code[50]
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

CreateNotificationEntry

procedure CreateNotificationEntry(NewType: Enum "Notification Entry Type", RecipientUserID: Code[50], NewRecord: Variant, NewLinkTargetPage: Integer, NewCustomLink: Text[250], NewSenderUserID: Code[50])

Parameters

Name Type Description
NewType Enum System.Environment.Configuration."Notification Entry Type"
RecipientUserID Code[50]
NewRecord Variant
NewLinkTargetPage Integer
NewCustomLink Text[250]
NewSenderUserID Code[50]

InsertRec

procedure InsertRec(NewType: Enum "Notification Entry Type", NewUserID: Code[50], NewRecordID: RecordId, NewLinkTargetPage: Integer, NewCustomLink: Text[250], NewSenderUserID: Code[50]): Boolean

Parameters

Name Type Description
NewType Enum System.Environment.Configuration."Notification Entry Type"
NewUserID Code[50]
NewRecordID RecordId
NewLinkTargetPage Integer
NewCustomLink Text[250]
NewSenderUserID Code[50]

Returns

Type Description
Boolean

See also