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/common-data-service/entity-metadata.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,9 +91,7 @@ Each entity that supports entity images will have three supporting attributes.
91
91
|`EntityImage_URL`|`StringType`|An absolute URL to display the entity image in a client.|
92
92
|`EntityImageId`|`UniqueIdentifierType`|The unique identifier of the image|
93
93
94
-
More information:
95
-
-[Common Data Service Developer Guide Image attributes](/dynamics365/customer-engagement/developer/image-attributes)
96
-
-[Common Data Service Developer Guide Sample: Set and retrieve entity images](/dynamics365/customer-engagement/developer/sample-set-retrieve-entity-images)
94
+
More information: [Image attributes](image-attributes.md), [Sample: Set and retrieve entity images](org-service/samples/set-retrieve-entity-images.md)
97
95
98
96
> [!NOTE]
99
97
> This is different from the icon displayed for an entity in model-driven apps. The `IconVectorName` property contains the name of the SVG web resource that sets this.
@@ -183,7 +181,7 @@ Some entities will have different sets of options.
183
181
|---------|---------|
184
182
|0 : Open|1: Open|
185
183
|1 : Completed|2: Made <br />4: Received|
186
-
|2: Cancelled|3: Cancelled|
184
+
|2: Canceled|3: Canceled|
187
185
188
186
The set of valid state codes for an entity is not customizable, but the status codes are customizable. You can add additional `StatusCode` options for a corresponding `StateCode`.
0 commit comments