You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/data-platform/reference/about-entity-reference.md
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This reference includes only those tables where:
20
20
-**IsPrivate** equals `false`
21
21
- This excludes tables where no external use cases exist.
22
22
23
-
-**IsIntersect** equals `false` or **IsIntersect** equals `true` and the table contains more than 4 columns.
23
+
-**IsIntersect** equals `false` or **IsIntersect** equals `true` and the table contains more than 4 columns.
24
24
- Most intersect tables contain just the 4 columns necessary to support the Many-to-Many relationship. They are not useful. Intersect tables with more than four columns are more interesting.
25
25
26
26
To view information about all tables in your environment, see [Browse tables definitions in your environment](../browse-your-metadata.md).
@@ -81,7 +81,7 @@ Includes these `OneToManyRelationship` properties:
81
81
82
82
### Many-to-many relationships
83
83
84
-
Each many-to-many relationship includes [Entity1LogicalName](/dotnet/api/microsoft.xrm.sdk.metadata.manytomanyrelationshipmetadata.entity1logicalname) and [Entity2LogicalName](/dotnet/api/microsoft.xrm.sdk.metadata.manytomanyrelationshipmetadata.entity2logicalname). For this documentation, relationship details are provided in the context of the current table.
84
+
Each many-to-many relationship includes [Entity1LogicalName](/dotnet/api/microsoft.xrm.sdk.metadata.manytomanyrelationshipmetadata.entity1logicalname) and [Entity2LogicalName](/dotnet/api/microsoft.xrm.sdk.metadata.manytomanyrelationshipmetadata.entity2logicalname). For this documentation, relationship details are provided in the context of the current table. Whether it is `Entity1` or `Entity2` isn't really important.
85
85
86
86
For each many-to-many relationship the following properties are included:
87
87
@@ -95,7 +95,7 @@ For each many-to-many relationship the following properties are included:
95
95
|`AssociatedMenuConfiguration`|Data used by model-driven apps to control whether and how the second table data can be accessed in the UI from this table.|
96
96
97
97
98
-
In the rare case where a many-to-many relationship is self-referencing, such as for [Connection Role (ConnectionRole) connectionroleassociation_association](entities/connectionrole.md#BKMK_connectionroleassociation_association)
98
+
In the rare case where a many-to-many relationship is self-referencing, such as for [Connection Role (ConnectionRole) connectionroleassociation_association](entities/connectionrole.md#BKMK_connectionroleassociation_association), `Entity1` or `Entity2` is prepended to the property.
99
99
100
100
|Property|Value|
101
101
|---|---|
@@ -106,8 +106,4 @@ In the rare case where a many-to-many relationship is self-referencing, such as
106
106
|`Entity1AssociatedMenuConfiguration`|Data used by model-driven apps to control whether and how the second table data can be accessed in the UI from this table as the first table.|
107
107
|`Entity2AssociatedMenuConfiguration`|Data used by model-driven apps to control whether and how the second table data can be accessed in the UI from this table as the second table|
0 commit comments