parametersClient
The table that stores client-specific parameters in SuiteQL scripts, used for configuring client-related data and transactions.
Columns
| Name | Type | References | Description |
| internalid [KEY] | String | A unique identifier for the record within the system, used to reference and track individual entries. | |
| accesslevel | String | Defines the level of access granted to the record, such as read-only, edit, or full administrative rights. | |
| label | String | The name or title displayed for the record in user interfaces or reports. | |
| owner | String | The user or entity that is assigned responsibility for the record, often related to data ownership or management. | |
| searchlevel | String | Indicates how visible the record is in search results, affecting its discoverability or use in filtered queries. | |
| selectrecordtype | String | Specifies the type of record or list associated with this entry, such as customer, transaction, or item. | |
| setting | String | Represents a system preference or configuration option that defines how the system behaves or how records are handled. |