WebLogicHooks
Stores configuration for custom business logic hooks that are triggered by system events. This table supports extensibility and integration workflows.
Columns
| Name | Type | ReadOnly | Description |
| Created_By | String | True |
The unique identifier (Id) of the user who created this webhook record. This value supports audit tracking and ownership visibility. |
| Created_By_Name | String | True |
The display name of the user who created this webhook record. This value is shown in the user interface for clarity and historical review. |
| Date_Entered | Datetime | True |
The date and time when this webhook record was created. This value supports lifecycle tracking and audit review. |
| Date_Modified | Datetime | True |
The date and time when this webhook record was most recently updated. This value provides visibility into change history. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when this webhook record is marked as deleted. It returns a value of 'false' when the record remains active and available. |
| Description | String | False |
A descriptive explanation of the webhook and its purpose. This field can include operational, procedural, or automation context. |
| Following | Bool | False |
A Boolean field that returns a value of 'true' when the current user is following this webhook record to receive update notifications. It returns a value of 'false' when the record is not being followed. |
| Id [KEY] | String | True |
The Id for this webhook record. This value uniquely identifies the record throughout the system. |
| Locked_Fields | String | True |
The list of fields that cannot be modified for this record. This prevents edits to values that are system-managed or restricted. |
| Modified_By_Name | String | True |
The display name of the user who most recently updated this webhook record. This value supports administrative traceability. |
| Modified_User_Id | String | True |
The Id of the user who most recently updated this webhook record. This value identifies the source of the latest change. |
| My_Favorite | Bool | False |
A Boolean field that returns a value of 'true' when the webhook record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite. |
| Name | String | False |
The display name of the webhook. This value is shown when managing or selecting available automation hooks. |
| Request_Method | String | False |
The HTTP request method (for example, GET, POST, or PUT) that is used when sending webhook requests. This value determines how the webhook payload is delivered. |
| Sync_Key | String | True |
The synchronization key that is used to match this webhook record with external integration systems. This value supports cross-system consistency. |
| Trigger_Event | String | False |
The system event or action that triggers this webhook (for example, a record creation or a status change). This value defines when the webhook fires. |
| Url | String | False |
The URL endpoint to which the webhook request is sent. This value specifies the target service or system that receives the webhook payload. |
| Webhook_Target_Module | String | False |
The module that is associated with the webhook, indicating the record type or data domain the webhook operates on. This value determines which module events activate the webhook. |