Table

notifications

Description

Notifications


Column

Format

Description

Definition

Required

Comments

id

integer, primary key

Row identifier

autoincrement

(tick)


subject_person_idinteger, foreign keyPerson ID this Notification is aboutpeople:idOne of subject_person_id or subject_group_id is required
subject_group_idinteger, foreign keyGroup ID this Notification is aboutgroups:idOne of subject_person_id or subject_group_id is required
actor_person_idinteger, foreign keyPerson ID this Notification is frompeople:id

recipient_person_idinteger, foreign keyPerson ID this Notification was sent topeople:id

resolver_person_idinteger, foreign keyPerson ID this Notification was resolved bypeople:id

actionvarchar(4)Machine readable transaction code
(tick)
commentvarchar(256)Human readable transaction description
(tick)

message_template_id

varchar(4)

Message Template used to generate the Notification content




source

text

URL associated with this Notification


(tick)


email_subject

varchar(256)

Subject used for email sent as part of this Notification




email_body_text

text

Plain text email body sent as part of this Notification




email_body_html

text

HTML email body sent as part of this Notification




resolution_subject

varchar(256)

Subject used for email sent when this Notification was resolved




resolution_body

text

Email body sent when this Notification was resolved




status

varchar(2)

Notification status
  • A: Acknowledged
  • D: Deleted
  • PA: Pending Acknowledgement
  • PR: Pending Resolution
  • R: Resolved
  • X: Canceled
(tick)


notification_time

datetime

Time of most recent Notification delivery



If a Notification is resent, prior notification times will be available via ChangelogBehavior archived records

resolution_time

datetime

Time of Notification resolution




  • No labels