parametersRestlet
The table holding parameters for Restlet services in SuiteQL, used to manage web service calls and data handling in SuiteQL scripts.
Columns
| Name | Type | References | Description |
| internalid [KEY] | String | A unique identifier for each record in the system, essential for referencing and managing individual entries. | |
| accesslevel | String | The level of access granted to a user or process for the record, determining permissions such as viewing, editing, or full administrative rights. | |
| label | String | A descriptive title or name given to the record, used for identification and display in the system's user interface. | |
| owner | String | The user or organization responsible for managing the record, typically reflecting the entity that controls the data. | |
| searchlevel | String | Indicates the visibility of the record in search results, helping to control which records are accessible or shown when querying the system. | |
| selectrecordtype | String | Specifies the category or type of record that this entry represents, such as customer, transaction, or item. | |
| setting | String | A system preference or configuration that influences how the system operates or how records are handled based on user-defined parameters. |