Skip to content

Commit d21d073

Browse files
authored
Merge pull request MicrosoftDocs#4143 from fordosa90/patch-1
Update use-fetchxml-construct-query.md
2 parents c3cf68f + b02caf0 commit d21d073

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,10 @@ foreach (var c in result.Entities)
129129
}
130130
```
131131

132-
> [!NOTE]
133-
> You can convert a FetchXML query to a query expression with the <xref:Microsoft.Crm.Sdk.Messages.FetchXmlToQueryExpressionRequest> message.
132+
> [!IMPORTANT]
133+
> 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;.
134+
135+
You can convert a FetchXML query to a query expression with the <xref:Microsoft.Crm.Sdk.Messages.FetchXmlToQueryExpressionRequest> message.
134136

135137
## FetchXML query results
136138

0 commit comments

Comments
 (0)