parametersSuitelet
The table that stores Suitelet parameters, used for configuring user interfaces and custom forms within SuiteQL.
Columns
| Name | Type | References | Description |
| internalid [KEY] | String | A unique identifier for each record in the system, used to distinguish and track individual entries across processes and systems. | |
| accesslevel | String | Defines the level of access associated with the record, determining the permissions granted to users or roles, such as view-only, edit, or full control. | |
| label | String | The name or title given to the record, displayed in the user interface for easy identification by users and in reports or lists. | |
| owner | String | The individual, department, or entity assigned responsibility for managing and maintaining the record within the system. | |
| searchlevel | String | Indicates the visibility or accessibility of the record within search results, controlling its prominence or inclusion in filtered queries. | |
| selectrecordtype | String | Specifies the category or type of record (such as customer, transaction, or item), helping define its role and usage in the system. | |
| setting | String | Represents configurable preferences or system settings that influence how records are managed, displayed, or interacted with in the application. |