Skip to content

Commit 49ce77d

Browse files
authored
Merge pull request #3632 from MicrosoftDocs/nhelgren
Update entity-metadata.md
2 parents f66a269 + de36671 commit 49ce77d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

powerapps-docs/developer/common-data-service/entity-metadata.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ Each entity that supports entity images will have three supporting attributes.
9191
|`EntityImage_URL`|`StringType`|An absolute URL to display the entity image in a client.|
9292
|`EntityImageId`|`UniqueIdentifierType`|The unique identifier of the image|
9393

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)
9795

9896
> [!NOTE]
9997
> 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.
183181
|---------|---------|
184182
|0 : Open|1: Open|
185183
|1 : Completed|2: Made <br />4: Received|
186-
|2: Cancelled|3: Cancelled|
184+
|2: Canceled|3: Canceled|
187185

188186
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`.
189187

0 commit comments

Comments
 (0)