April 2014
Intermediate to advanced
1176 pages
30h 5m
English
Microsoft Dynamics CRM uses a Microsoft Dynamics CRM proprietary type of query language known as FetchXML (or Fetch-based). It supports similar query capabilities as query expressions and is based on a schema that describes the capabilities of the language.
You can find the schema in the SDK\Schemas\fetch.xsd file in the SDK package.
To create a query using Fetch, you must build an XML query string. Once created, the query string can be executed.
Considerations when constructing the query string include the following:
It must ...
Read now
Unlock full access