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

# Mobileshareactionconfig

**Class: ** `metadata`

The Vault Mobile application allows users to share files on their smartphone to Vault using a <em>Sharing Action</em>. When configuring a <em>Sharing Action</em> in the Vault Admin UI, Admins select a <em>Mobile Sharing Action</em>, which provides the logic Vault executes on the files when a user selects the action.

This component type represents a <em>Sharing Action</em> and provides configuration options including a reference to a <em>Mobile Sharing Action</em>. Learn more about <a href="https://platform.veevavault.help/en/lr/78869">Share to Vault 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. |
| allowed_for | Type: EnumRequiredAllowed values:ANYONESPECIFIC_GROUPS | Defines which users can use this mobile share action. |
| allowed_for_groups | Type: StringMax length: 1500Multi-value | If allowed_for is set to SPECIFIC_GROUPS, the groups allowed to use this mobile share action. |
| description | Type: StringMax length: 1500 | A description of the mobile share action in the Vault’s base language. |
| mobile_share_action | Type: ComponentReferenceRequired | The Mobile Sharing Action to which this configuration applies. |

### Supported Operations {#supported-operations}

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

<ul style="padding-left:1.5em;margin-top:0.5rem"><li>**Alter:** <span>MDL Operation may not be supported for some multi-value attributes.</span></li></ul>


---

**Previous:** [Messageprocessor](/commercial/mdl/component-types/messageprocessor)  
**Next:** [Mobiletab](/commercial/mdl/component-types/mobiletab)