parametersMassUpdate
The table that stores parameters for mass update processes, allowing bulk updates of records in SuiteQL scripts.
Columns
| Name | Type | References | Description |
| internalid [KEY] | String | A unique identifier assigned to each record in the system, used to distinctly reference and locate individual entries. | |
| accesslevel | String | Defines the level of access associated with the record, determining user permissions such as read-only, edit, or full administrative access. | |
| label | String | The name or title assigned to the record, typically displayed in the user interface for easy identification by users. | |
| owner | String | The user or organization responsible for the record, often reflecting the entity that manages or controls the data. | |
| searchlevel | String | Specifies the visibility of the record within search results, influencing its discoverability when filtering or querying records. | |
| selectrecordtype | String | Indicates the type or category of list or record associated with the entry, such as customer, transaction, or item. | |
| setting | String | Represents a system preference or configuration that adjusts the behavior of the system or modifies user-specific settings. |