**Source URL:** https://limited.veevavault.dev/regulatory/mdl/component-types/rimobjectmapping

# Rimobjectmapping

**Class:** `metadata`

RIM *Object Mappings* define which RIM objects and fields are mapped when data is moved between objects from various RIM processes and wizards. These are standard and cannot be created or deleted.

Learn more about [Regulatory Objects in Vault Help](https://regulatory.veevavault.help/en/lr/30696/#regulatory-objects).

| 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. |
| `source_object` | Type: Component **Required** | The source object of the mapping. This is system managed and not editable. |
| `target_object` | Type: Component **Required** | The target object of the mapping. This is system managed and not editable. |

### Rimfieldmapping

| 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. |
| `exclude_from_matching` | Type: Boolean | If `true`, the source field is excluded from the matching with the target field in RIM processes such as the *Create Related Records* wizard and *Global Content Plan* dispatch. |
| `source_field` | Type: Subcomponent **Required** | The source field of the mapping. This is system managed and not editable. |
| `source_object` | Type: Component **Required** | The source object of the mapping. This is system managed and not editable. |
| `target_field` | Type: Subcomponent **Required** | The target field of the mapping. This is system managed and not editable. |
| `target_object` | Type: Component **Required** | The target object of the mapping. This is system managed and not editable. |

### Supported Operations

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

---

**Previous:** [Rimobjectconfiguration](/regulatory/mdl/component-types/rimobjectconfiguration)  
**Next:** [Rolepermissionset](/regulatory/mdl/component-types/rolepermissionset)