Skip to content

Commit c8a0c4e

Browse files
authored
Fixed warnings
1 parent dfc4827 commit c8a0c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/common-data-service/customize-entity-attribute-mappings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ For more information see [Create a new entity record from another entity](webapi
7373
You can edit attribute mappings between entities for entity relationships that support mapping.
7474

7575
In addition to creating each attribute map manually, you can use the
76-
`AutoMapEntity` message(<xref href="Microsoft.Dynamics.CRM.AutoMapEntity?text=AutoMapEntity Action" /> or <xref:Microsoft.Crm.Sdk.Messages.AutoMapEntityRequest> class) to generate a new set of attribute mappings. This message performs the action found under the **Generate Mappings** menu option in the **More Actions** menu on the toolbar (see [Automatically generate field mappings](../../maker/common-data-service/map-entity-fields.md#automatically-generate-field-mappings)). This message maps all the attributes between the two related entities where the attribute names and types are identical. This message is provided as a productivity enhancement so that you do not have to manually add all attribute mappings. Instead, you can generate a set of likely mappings and minimize the amount of manual work to add or remove individual mappings to meet your requirements.
76+
`AutoMapEntity` message(<xref href="Microsoft.Dynamics.CRM.AutoMapEntity?text=AutoMapEntity Action" /> or <xref:Microsoft.Crm.Sdk.Messages.AutoMapEntityRequest> class) to generate a new set of attribute mappings. This message performs the action found under the **Generate Mappings** menu option in the **More Actions** menu on the toolbar (see [Automatically generate column mappings](../../maker/common-data-service/map-entity-fields.md#automatically-generate-column-mappings)). This message maps all the attributes between the two related entities where the attribute names and types are identical. This message is provided as a productivity enhancement so that you do not have to manually add all attribute mappings. Instead, you can generate a set of likely mappings and minimize the amount of manual work to add or remove individual mappings to meet your requirements.
7777

7878
> [!NOTE]
7979
> Automatically generating mappings in this manner will remove any previously defined attribute mappings and may include mappings that you do not want.
@@ -100,4 +100,4 @@ For more information see [Create a new entity record from another entity](webapi
100100

101101
### See also
102102

103-
[Map entity fields](../../maker/common-data-service/map-entity-fields.md)
103+
[Map entity fields](../../maker/common-data-service/map-entity-fields.md)

0 commit comments

Comments
 (0)