parametersMapReduce
The table holding parameters for MapReduce jobs in SuiteQL, enabling custom MapReduce processes to be configured and executed.
Columns
| Name | Type | References | Description |
| internalid [KEY] | String | A unique identifier assigned to each record within the system, used to track and differentiate entries. | |
| accesslevel | String | Indicates the level of access granted to the record, such as viewing, editing, or full administrative permissions. | |
| label | String | A descriptive name or title for the record, typically displayed in the user interface for identification. | |
| owner | String | The individual or entity responsible for managing or overseeing the record within the system. | |
| searchlevel | String | Determines the visibility of the record in search results, influencing its accessibility for search filters. | |
| selectrecordtype | String | Specifies the category or type of list or record to which the entry belongs, such as customer, transaction, or item. | |
| setting | String | Represents a configurable preference or option that influences system behavior or user settings. |