Skip to content

Commit e52e729

Browse files
authored
Edited alert
Spelling errors. Also removed the previous note.
1 parent a1a3f98 commit e52e729

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

powerapps-docs/developer/data-platform/use-fetchxml-construct-query.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,10 @@ foreach (var c in result.Entities)
133133
}
134134
```
135135

136-
> [!NOTE]
137-
> You can convert a FetchXML query to a query expression with the <xref:Microsoft.Crm.Sdk.Messages.FetchXmlToQueryExpressionRequest> message.
138-
139136
> [!IMPORTANT]
140-
> When working with code such as the above example, always make sure that your string is a valid encoded XML string. this is especially true regarding the possibility of containing special characters in condidition values such as &<> being encoded as \&amp;\&lt;\&gt;.
137+
> When working with code such as the above example, always make sure that your string is a valid encoded XML string. This is especially true regarding the possibility of containing special characters in condition values such as &<> being encoded as \&amp;\&lt;\&gt;.
138+
139+
You can convert a FetchXML query to a query expression with the <xref:Microsoft.Crm.Sdk.Messages.FetchXmlToQueryExpressionRequest> message.
141140

142141
## FetchXML query results
143142

0 commit comments

Comments
 (0)