PubSub_ModuleEvent_PushSubs
Stores push subscription configurations for module event notifications. This table supports real-time integration and event-driven automation.
Columns
| Name | Type | ReadOnly | Description |
| Commentlog | String | True |
The comment log entries that are associated with this subscription record. This field stores collaboration notes, history, or internal communication related to subscription activity. |
| Created_By | String | True |
The identifier (Id) of the user who created this subscription record. This value identifies the original creator for auditing and ownership tracking. |
| Created_By_Name | String | True |
The display name of the user who created this subscription record. This value is shown in the user interface for readability. |
| Date_Entered | Datetime | True |
The date and time when this subscription record was created. This value provides timeline context for subscription lifecycle management. |
| Date_Modified | Datetime | True |
The date and time when this subscription record was most recently updated. This field supports audit visibility and operational change tracking. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when this subscription record is marked as deleted. It returns a value of 'false' when the record remains active and available for notification delivery. |
| Description | String | False |
A detailed description of the subscription configuration or its intended purpose. This field can include usage notes or contextual information for maintenance and review. |
| Expiration_Date | Datetime | False |
The date and time when this subscription expires if it is not renewed. Subscriptions typically remain active for a limited period and must be updated to continue receiving module event notifications. |
| Following | Bool | False |
A Boolean field that returns a value of 'true' when the current user is following this subscription record 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 subscription record. This value is used to reference and manage the subscription across the system. |
| Locked_Fields | String | True |
The list of fields that are restricted from editing for this subscription. This value helps protect system-managed configuration and prevent unauthorized changes. |
| Modified_By_Name | String | True |
The display name of the user who most recently modified this subscription record. This value provides visibility into recent updates. |
| Modified_User_Id | String | True |
The Id of the user who most recently updated this subscription record. This value identifies the source of the latest change activity. |
| My_Favorite | Bool | False |
A Boolean field that returns a value of 'true' when the current user has marked this subscription as a favorite for quick reference. It returns a value of 'false' when the record is not favorited. |
| Name | String | False |
The name of the subscription. This value is the primary label used to identify the subscription throughout the system. |
| Sync_Key | String | True |
The synchronization key that is used to match this subscription record with external systems. This value supports integration consistency in distributed environments. |
| Tag | String | False |
The tags that are associated with this subscription. Tags support flexible grouping, filtering, and organization across records. |
| Target_Module | String | False |
The name of the module for which this subscription receives event notifications. This value determines the scope of events that trigger webhook delivery. |
| Token | String | False |
A string value that is included with each event notification that is delivered to the subscriber. This value can be used for identifying subscribers or validating webhook requests. |
| Webhook_Url | String | False |
The URL that receives webhook callbacks when events occur in the target module. This value enables external systems to receive real-time event notifications. |