parametersAction
The table that stores the parameters for actions executed in SuiteQL scripts, used for configuration and customization.
Columns
| Name | Type | References | Description |
| internalid [KEY] | String | Unique identifier for the record in the system, used to reference and distinguish individual entries. | |
| accesslevel | String | Defines the level of access granted to the record, such as read, write, or admin access. | |
| label | String | The display name or title given to the record, typically shown in the user interface. | |
| owner | String | The individual or entity responsible for managing or controlling the record. | |
| searchlevel | String | Determines the visibility or accessibility of the record in search results, often used for filtering. | |
| selectrecordtype | String | Specifies the type of list or record that the entry is associated with, such as a customer or transaction. | |
| setting | String | Refers to configuration preferences or options that control system behavior or user settings. |