**Source URL:** https://general.veevavault.dev/sitevault/mdl/component-types/processview.md

# 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 <a href="https://platform.veevavault.help/en/lr/9225211" target="_blank">Process Monitor in Vault Help</a>.

| Attribute | Metadata | Description |
| --- | --- | --- |
| label | Type: StringRequiredMax length: 60 | UI-friendly string in the Vault’s base language. |
| description | Type: StringMax length: 255 | A description of this Process View, displayed in the Process Monitor UI. |
| process | Type: StringRequiredMax length: 1500 | An active object or document lifecycle. |
| subprocess | Type: StringMax length: 1500Multi-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: StringMax length: 1500Multi-value | The user(s) and group(s) in the Editor role for the Process View. For example, Group.business_administrators__v. |
| viewers | Type: StringMax length: 1500Multi-value | The user(s) and group(s) in the Viewer role for the Process View. For example, User.vern@myvault.com. |
| owners | Type: StringMax length: 1500Multi-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: XMLStringMax length: 32000 | An XML String describing the Process View. |

### Chart {#chart}

| Attribute | Metadata | Description |
| --- | --- | --- |
| label | Type: StringRequiredMax length: 60 | UI-friendly string in the Vault’s base language. |
| type | Type: StringMax length: 1500 | The type of chart, for example, line or column. |
| metrics | Type: StringMax length: 1500 | The Processmetrics to visualize in the chart. For example, Processmetric.cycle_time_average__sys. |
| grouping_field | Type: StringMax length: 1500 | The field value by which to group data in the chart. For example, pm_entered_start_date__sys. |
| second_grouping | Type: StringMax length: 1500 | This attribute supports future functionality and cannot be used at this time. |
| sort | Type: StringMax length: 1500 | How to order data in the chart, either asc for ascending or desc for descending. |
| sort_field | Type: StringMax 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 {#supported-operations}

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


---

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