parametersUserEvent
The table storing parameters for user event scripts, enabling customization and logic to be applied based on user interactions in SuiteQL.
Columns
| Name | Type | References | Description |
| internalid [KEY] | String | A unique identifier for the record in the system, used to reference and distinguish individual entries within databases and transactions. | |
| accesslevel | String | Specifies the access permissions for the record, determining whether users can view, edit, or manage it based on their role. | |
| label | String | The name or title of the record, displayed in the user interface to help users easily identify the record among others. | |
| owner | String | The individual or entity responsible for maintaining and managing the record, often associated with data governance and control. | |
| searchlevel | String | Indicates the visibility and filtering priority of the record in search results, influencing its discoverability in system queries. | |
| selectrecordtype | String | Indicates the type of record or list this entry belongs to, such as customer, transaction, or inventory item. | |
| setting | String | Represents configuration options or user-specific preferences that control how records are handled, displayed, or processed within the system. |