PushNotifications
Stores records representing push notification events that are delivered to users or devices. This table supports real-time engagement and alert-driven workflows.
Columns
| Name | Type | ReadOnly | Description |
| Assigned_User_Id | String | False |
The identifier (Id) of the user who is responsible for this push notification. This assignment determines ownership and workflow accountability. |
| Assigned_User_Name | String | True |
The display name of the user who is assigned to this push notification. This value is shown in the user interface for readability. |
| Created_By | String | True |
The Id of the user who created this push notification record. This value identifies the record author for auditing and lifecycle tracking. |
| Created_By_Name | String | True |
The display name of the user who created this push notification record. This value is shown in the user interface and reports. |
| Date_Entered | Datetime | True |
The date and time when this push notification record was created. This value provides timeline context for auditing and activity review. |
| Date_Modified | Datetime | True |
The date and time when this push notification record was most recently updated. This field supports change tracking and version visibility. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when this push notification record is marked as deleted. It returns a value of 'false' when the record remains active and available for use. |
| Description | String | False |
A detailed description of the push notification. This field can include notes, context, or supporting information related to the notification event. |
| Extra_Data | String | False |
A JSON-encoded string that contains additional data associated with the push notification. This value can include metadata needed by consuming applications. |
| Following | Bool | False |
A Boolean field that returns a value of 'true' when the current user is following this push notification to receive activity updates. It returns a value of 'false' when the user is not following the record. |
| Id [KEY] | String | True |
The unique Id for this push notification record. This value is used to reference the notification across the system. |
| Is_Sent | Bool | False |
A Boolean field that returns a value of 'true' when the push notification is successfully sent. It returns a value of 'false' when the notification is pending or unsent. |
| Locked_Fields | String | True |
The list of fields that are restricted from editing for this push notification. This value protects system-controlled configuration from unauthorized updates. |
| Modified_By_Name | String | True |
The display name of the user who most recently modified this push notification record. This value provides transparency into recent changes. |
| Modified_User_Id | String | True |
The Id of the user who most recently updated this push notification record. This field identifies the source of the latest modification. |
| My_Favorite | Bool | False |
A Boolean field that returns a value of 'true' when the current user has marked this push notification as a favorite for quick access. It returns a value of 'false' when the record is not favorited. |
| Name | String | False |
The name of the push notification. This value serves as the primary label that is used throughout the system. |
| Notification_Type | String | False |
The type of notification event, such as record assignment or workflow change. This value determines the conditions under which the notification is triggered. |
| Parent_Id | String | False |
The Id of the related record that this push notification refers to, based on the module specified in the Parent_Type field. |
| Parent_Type | String | True |
The name of the module that the push notification is associated with. This value determines the type of record referenced in Parent_Id. |
| Sync_Key | String | True |
The synchronization key that is used to match this push notification record with external systems. This value supports data consistency across integrations. |