**Source URL:** https://limited.veevavault.dev/safety/mdl/component-types/mobiletab

# 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 [mobile tabs in Vault Help](https://platform.veevavault.help/en/lr/481660).

| Attribute | Metadata | Description |
| --- | --- | --- |
| `label` | Type: String Max length: 60 | UI-friendly string in the Vault’s base language. |
| `active` | Type: Boolean | Indicates whether the component is active. |
| `icon` | Type: String Max length: 1500 | For internal Veeva use only. |
| `minimum_app_version` | Type: String Max length: 1500 | The minimum version of the Vault Mobile app required to support the tab. This attribute is read-only. |
| `mobile_label` | Type: String Max 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

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

**Notes:**

*   **Recreate:** MDL operation is supported for existing components but cannot be used to create new components.

---

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