usereventscript
Tracks user event scripts executed within the system, monitoring workflow automation.
Columns
| Name | Type | References | Description |
| aftersubmitfunction | String | Defines the function executed after the user submits a record, allowing for post-processing tasks. | |
| beforeloadfunction | String | Specifies the function that runs before the record is loaded, enabling customization of record behavior and UI. | |
| beforesubmitfunction | String | Determines the function executed before submitting a record, ensuring validation and data transformation before processing. | |
| description | String | Stores a brief description of the user event script, providing context about its functionality and purpose. | |
| externalid | String | Contains an external identifier for the script, allowing for integration with external systems or references. | |
| isinactive | Boolean | Indicates whether the script is inactive. If the value is true, the script is not executed. | |
| name | String | Stores the name of the user event script, ensuring easy identification and management within the system. | |
| notifyadmins | Boolean | Indicates whether administrators should receive notifications related to this script. If the value is true, notifications are sent. | |
| notifyemails | String | Lists the email addresses that receive notifications triggered by the script, ensuring proper communication of script events. | |
| notifygroup | String | Specifies the user group that receives notifications related to the script execution, enabling controlled alert distribution. | |
| notifyowner | Boolean | Determines whether the script owner should receive notifications about script execution. If the value is true, notifications are sent. | |
| notifyuser | Boolean | Indicates whether the user who triggered the event should be notified about script execution. If the value is true, notifications are sent. | |
| owner | String | Stores the owner of the script, ensuring proper accountability and management of script changes. | |
| scriptfile | String | Identifies the script file associated with this user event script, enabling traceability of the source code. | |
| scriptid | String | Represents the unique identifier assigned to the script, ensuring proper referencing in system configurations. | |
| scripttype | String | Defines the type of script, categorizing it for execution and system compatibility. |