Mapping Example For Cross-repository Relationship

Consider the scenario where the Customer repository is the parent repository and Address is its related repository. The Customer repository is related to the Address repository by the ResidenceAddress and BillingAddress relationships.

Cross-repository Relationship

By default, two output maps are created. You can also select and map a single relationship to an output map of the related repository.

Single Relationship Mapping with Cross-repository Related Map

However, you can customize an output map. While creating an output map in the parent repository, you can select and map multiple forward relationships to a common output map of the related repository.

Multiple Relationship Mapping with Cross-repository Related Map