Dt_Notifications

Notifications Functionality Data Type

The Dt_Notifications data type manages system-generated notifications sent to users.

Data Fields:

  • Creator (User) – The user who triggered the notification.

  • Message (text) – The content of the notification.

  • Receivers (List of Users) – The users who will receive the notification.

  • Modified Date (date, built-in field) – Records the last time the notification was updated.

  • Created Date (date, built-in field) – Stores when the notification was initially created.

  • Slug (text, built-in field) – A unique identifier for referencing the notification.

Last updated