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
InsertRec
procedure InsertRec(NewType: Enum "Notification Entry Type", NewUserID: Code[50], NewRecordID: RecordId, NewLinkTargetPage: Integer, NewCustomLink: Text[250], NewSenderUserID: Code[50]): Boolean
Parameters
Returns
See also