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

# Mobiletab

**Class: ** `metadata`

A tab within the UI of Vault Mobile. Admins can configure mobile tabs from **Admin > Configuration > Mobile Setup > Mobile Tabs** in the Vault UI.

Learn more about <a href="https://platform.veevavault.help/en/lr/481660">mobile tabs in Vault Help</a>.

| Attribute | Metadata | Description |
| --- | --- | --- |
| label | Type: StringMax length: 60 | UI-friendly string in the Vault’s base language. |
| active | Type: Boolean | Indicates whether the component is active. |
| icon | Type: StringMax length: 1500 | For internal Veeva use only. |
| minimum_app_version | Type: StringMax length: 1500 | The minimum version of the Vault Mobile app required to support the tab. This attribute is read-only. |
| mobile_label | Type: StringMax length: 40 | UI-friendly string to display in the Vault Mobile app. If omitted, Vault Mobile displays the label. |
| order | Type: Number | The relative order in which the mobile tab appears in the Vault Mobile navigation bar. |
| page | Type: ComponentReference | For internal Veeva use only. |

### Supported Operations {#supported-operations}

| Operation | Support |
| --- | --- |
| Create | No |
| Recreate | Yes* |
| Alter | Yes |
| Drop | Yes |
| Rename | No |
| Describe | No |
| Generate Recreate | Yes |
| Queryable | Yes |
**Notes:**

<ul style="padding-left:1.5em;margin-top:0.5rem"><li>**Recreate:** <span>MDL operation is supported for existing components but cannot be used to create new components.</span></li></ul>


---

**Previous:** [Mobileshareactionconfig](/mdl/component-types/mobileshareactionconfig)  
**Next:** [Notificationtemplate](/mdl/component-types/notificationtemplate)