**Source URL:** https://limited.veevavault.dev/medical/mdl/component-types/processview

# Processview

**Class:** `metadata`

Within the Process Monitor, Process Views show the time it takes for object records or documents to complete a specific process.

Learn more about [Process Monitor in Vault Help](https://platform.veevavault.help/en/lr/9225211).

| Attribute | Metadata | Description |
| --- | --- | --- |
| `label` | Type: String **Required** Max length: 60 | UI-friendly string in the Vault’s base language. |
| `description` | Type: String Max length: 255 | A description of this Process View, displayed in the Process Monitor UI. |
| `process` | Type: String **Required** Max length: 1500 | An active object or document lifecycle. |
| `subprocess` | Type: String Max length: 1500 Multi-value | An object type that uses the selected object lifecycle, or a document type, subtype, or classification that uses the selected document lifecycle. |
| `editors` | Type: String Max length: 1500 Multi-value | The user(s) and group(s) in the *Editor* role for the Process View. For example, `Group.business_administrators__v`. |
| `viewers` | Type: String Max length: 1500 Multi-value | The user(s) and group(s) in the *Viewer* role for the Process View. For example, `User.vern@myvault.com`. |
| `owners` | Type: String Max length: 1500 Multi-value | The user(s) and group(s) in the *Owner* role for the Process View. For example, `Group.business_administrators__v, User.vern@myvault.com`. |
| `settings` | Type: XMLString Max length: 32000 | An XML String describing the Process View. |

### Chart

| Attribute | Metadata | Description |
| --- | --- | --- |
| `label` | Type: String **Required** Max length: 60 | UI-friendly string in the Vault’s base language. |
| `type` | Type: String Max length: 1500 | The type of chart, for example, `line` or `column`. |
| `metrics` | Type: String Max length: 1500 | The `Processmetric`s to visualize in the chart. For example, `Processmetric.cycle_time_average__sys`. |
| `grouping_field` | Type: String Max length: 1500 | The field value by which to group data in the chart. For example, `pm_entered_start_date__sys`. |
| `second_grouping` | Type: String Max length: 1500 | This attribute supports future functionality and cannot be used at this time. |
| `sort` | Type: String Max length: 1500 | How to order data in the chart, either `asc` for ascending or `desc` for descending. |
| `sort_field` | Type: String Max length: 1500 | The field value used to sort data in the chart. For example `metric.volume_records_created__sys`. |
| `order` | Type: Number | The order in which the chart appears in the Process Monitor UI. For example, `3`. |

### Supported Operations

| Operation | Support |
| --- | --- |
| Create | Yes |
| Recreate | Yes |
| Alter | Yes |
| Drop | Yes |
| Rename | Yes |
| Describe | Yes |
| Generate Recreate | Yes |
| Queryable | Yes |

---

**Previous:** [Picklist](/medical/mdl/component-types/picklist)  
**Next:** [Queue](/medical/mdl/component-types/queue)