Questions tagged [fetchxml]

A proprietary query language used in Dynamics CRM. It can be used in Javascript, SSRS, and web services.

For more information please refer to Docs.

400 questions
-1
votes
1 answer

string.Replace symbols

i want to replace some symbols in fetchxml query Fetchxml.Replace("\"", "'").Replace("\n", "\"+").Replace("<", "\"<"); I want to replace \n (return to the line) with "+ and replace the < with "< But the Replace("\n", "\"+") that doesn't work it…
SarrahSG
  • 225
  • 1
  • 2
  • 8
-1
votes
1 answer

Dynamics CRM 2013contacts form_onload

I've added an Activities subgrid to the Contacts page and want to populate the From and To fields on initial load with the user and the contact respectively. Any assistance or advice on how to accomplish this will be greatly appreciated.
-1
votes
1 answer

Dynamic CRM 2011 FetchXml results concatenated with schema name

MY Fetch xml is as follows and i'm using fetchUtil to fetch results. But in the results link entity results are always concatenated with schema name. How get string values without schema name ?
Yasith
  • 117
  • 1
  • 13
-2
votes
1 answer

How can you display option sets within a SSRS report?

I'm new to Stack overflow and new to SSRS report building. I'm currently building a report that needs to display each option from and option set in a different column I also need to pull date a last and next date range for each option it is page…
-2
votes
1 answer

SSRS Online CRM - get all Contacts born on a specific month

In SSRS using Fetch XML, as it is CRM Online, is there any way to get all Contacts born on a specific month? The month will be supplied in a parameter like the following: Month : Jan,Feb,Mar,...,Dec I know a few workarounds which can achieve this…
-2
votes
3 answers

MS CRM 2011 Fetchxml

Generic Fetch XML To Get All attributes from any entity in Microsoft Dynamics CRM 2011?
Sudeep SK
  • 1
  • 3
-3
votes
1 answer

Fetch value of a field from one entity to second entity based on the lookup field selected in second entity using Fetch XML

I am new to CRM. I have a requirement where I have an "account" entity and a "contact" entity. In contact form I have a lookup field for searching account name which is stored in account entity. When I select an organization through lookup, the…
Bunny
  • 1
  • 1
-3
votes
2 answers

Fetch hierarchy data using FetchXML in Dynamics CRM 365

I need to create a FetchXML request that retrieve every division and it's subdivisions from dynamics 365. Expected result Div -- Div1 -- Div1-1 -- Div1-2 -- Div2 -- Div2-1 -- Div2-2 -- Div2 -- Div3 -- Div4
khaled_bhar
  • 257
  • 1
  • 4
  • 21
-3
votes
1 answer

How to execute FetchXml to get EntityColletion in CRM

I have a fetchXml using which i need to get an EntityCollection. When i googled i got results which are using a particular service class object as follows FetchExpression fetch = new FetchExpression(fetchXml); EntityCollection…
Jaganmohanreddy
  • 391
  • 4
  • 19
-4
votes
2 answers

FetchXML - GeoCode Distance search by distance

I have an entity which has latitude and longitude fields. Now I have a address, I know the latitude and longitude of this address, I want to retrieve the records within 3 miles. How to do it using FetchXML?
nixjojo
  • 617
  • 8
  • 22
1 2 3
26
27