parametersScript
The table storing parameters for SuiteScripts, enabling customization and configuration of scripts within the SuiteQL environment.
Columns
| Name | Type | References | Description |
| internalid [KEY] | String | A unique identifier assigned to each record, allowing for distinct referencing and management of individual entries within the system. | |
| accesslevel | String | Specifies the level of access granted to the record (such as view, edit, or full administrative permissions), defining the scope of user interactions. | |
| label | String | The name or title given to the record, often used in the system's user interface for easy identification and selection by users. | |
| owner | String | The individual, department, or entity responsible for the record, typically reflecting who manages or has control over the data. | |
| searchlevel | String | Determines the visibility of the record in search results, affecting how easily it can be found or filtered during queries. | |
| selectrecordtype | String | Identifies the type or category of the record (such as customer, transaction, or inventory item), to clarify its role in the system. | |
| setting | String | Represents configuration preferences or options that control system behavior, user interface customization, or other application-level settings. |