No announcements
Found 324912 threads
-
0 Votes
Convert SDK enum ConditionOperator to valid FetchXML condition operator
There is an enumAnswered | 3 Replies | 975 Views | Created by Jonas Rapp - Thursday, November 20, 2014 10:33 AM | Last reply by Guido Preite - Thursday, November 20, 2014 12:47 PM -
0 Votes
How to convert FetchXML to SQL query using C# or VB.NET
Dipali Bonde, I believe that main Faisal's idea was to show that solution that does that - exist (even it is Html/JS) so you can get solution's sourcecode and convert ...Proposed | 3 Replies | 1314 Views | Created by CRM Dynamics Developer - Tuesday, December 6, 2016 6:25 AM | Last reply by Andrii Butenko - Tuesday, December 6, 2016 1:45 PM -
0 Votes
How to find Account with no Contact (child record) using fetchxml?
FetchXML dont not provide explicit options for Left Outer Join.Answered | 2 Replies | 5173 Views | Created by Henry Tan YH - Thursday, August 26, 2010 3:20 AM | Last reply by VinothBalasubramanian - Thursday, August 26, 2010 5:23 AM -
0 Votes
how to query entities based the number of linked entities by FetchXML?
Unfortunately fetchXml does not support the type of 'NOT IN' query that you'd need for this.Answered | 2 Replies | 2903 Views | Created by heguangm - Wednesday, February 22, 2012 4:24 PM | Last reply by DavidJennaway - Wednesday, February 22, 2012 4:57 PM -
0 Votes
Get rid of FetchXml
Hi SDK takes a bit of time getting use to, we've created a LINQ to CRM library to ease the pain for many developers.Answered | 3 Replies | 6622 Views | Created by dotNiemand - Monday, February 9, 2009 11:35 AM | Last reply by Amanda Mattson - Monday, February 9, 2009 8:11 PM -
0 Votes
crm2013 charts possible to do with sql instead of fetchxml?
SQL can't be used for CRM Charts, only FetchXMLMy blog: www.crmanswers.net - Rockstar 365 ProfileAnswered | 3 Replies | 954 Views | Created by Pe.B - Thursday, November 13, 2014 9:05 AM | Last reply by Pe.B - Thursday, November 13, 2014 11:27 AM -
0 Votes
How to write Nested FetchXML
<entity name="contact"> <attribute name="fullname" /> <attribute name="contactid" /> <attribute ...Answered | 3 Replies | 6723 Views | Created by FairLight - Friday, September 7, 2012 3:34 PM | Last reply by Scott Durow (MVP) - Friday, September 7, 2012 5:15 PM -
1 Votes
FetchXml in crm 2013
Here is an example: http://mileyja.blogspot.com/2011/06/use-fetchxml-queries-in-jscript-and-net.html You can also use pre-built libraries ...Answered | 2 Replies | 1415 Views | Created by chngsmu - Thursday, October 31, 2013 3:44 PM | Last reply by _Vikram - Thursday, October 31, 2013 4:02 PM -
0 Votes
Using LOOP in fetchxml
Try below code var fetchXml = "<fetch version='1.0' output-format='xml-platform' mapping='logical' distinct='true'>" + "<entity ...Answered | 2 Replies | 2976 Views | Created by gMary - Saturday, February 28, 2015 4:34 PM | Last reply by gMary - Saturday, February 28, 2015 5:35 PM -
3 Votes
FetchXml and Picklists
Nishant, That was very useful and handy too.Answered | 5 Replies | 10683 Views | Created by RicoSaupe - Friday, May 1, 2009 11:58 PM | Last reply by Sharath Somanathan - Saturday, October 29, 2011 11:55 PM -
0 Votes
filter lookup view by fetchxml
http://crm.georged.id.au/post/2008/02/16/Filtering-lookup-data-in-CRM-4.aspx Did you use the below javascript code?Answered | 9 Replies | 6500 Views | Created by Dany85 - Tuesday, April 27, 2010 9:41 AM | Last reply by VinothBalasubramanian - Tuesday, April 27, 2010 11:25 AM -
1 Votes
FetchXML - LinkEntity - Alias
Do you know how I would go about creating a dynamic view with columns from two entities?Answered | 3 Replies | 11665 Views | Created by Jason Eldredge - Friday, August 26, 2011 10:06 PM | Last reply by Jamie Miley - Sunday, August 28, 2011 2:10 PM -
0 Votes
CRM 2011 Using FilteredViews in FetchXML
Sam, I updated my query based on that link and when I "Run on current record" it returns all data.Answered | 2 Replies | 3455 Views | Created by CrazyeD1583 - Monday, June 4, 2012 6:41 PM | Last reply by CrazyeD1583 - Tuesday, June 5, 2012 4:37 PM -
1 Votes
FetchXML from a grandparent
Hi Rob, The following query retrieves all contacts that belong to an account ... that in turn belongs to another account.Answered | 3 Replies | 5601 Views | Created by Rob Boyers - Saturday, February 20, 2010 10:29 AM | Last reply by Rob Boyers - Wednesday, February 24, 2010 9:05 AM -
1 Votes
Using Reports builder 3.0 to build crm 2011 fetchxml reports
BIDS is not available for VS2010, you'll need to use VS2008.Answered | 4 Replies | 6123 Views | Created by zarour - Thursday, June 28, 2012 8:42 AM | Last reply by pmdci - Friday, June 29, 2012 8:49 AM -
0 Votes
Problems getting FetchXML
I have just stumbled across a piece of software called Stunnware Tools for Microsoft Dynamics CRM 4.0 which has proven to be very useful to build the fetchxml.Answered | 7 Replies | 1598 Views | Created by Trevor Daniel - Tuesday, April 9, 2013 12:12 PM | Last reply by Trevor Daniel - Thursday, April 11, 2013 9:04 AM -
0 Votes
Complicated FetchXML, Outer Joins and filters
I'm not convinced that it's possible to do what you seem to be attempting with FetchXml.Answered | 2 Replies | 11728 Views | Created by Paul 9876 - Tuesday, April 28, 2009 9:57 AM | Last reply by DavidJennaway - Tuesday, April 28, 2009 1:23 PM -
0 Votes
Request URL Too Long for fetchXml query types
I'm using CRM 2016 web api with fetchxml query parameter, but my query is too long it's simulate the IN operator were the number of parameters passed in the IN list ...Answered | 1 Replies | 1276 Views | Created by Abu-gasiem - Saturday, January 14, 2017 7:48 PM | Last reply by Dave Patrick - Saturday, January 14, 2017 7:56 PM -
3 Votes
CRM2011 + RS 2008R2 + FetchXML and Multi-Value Paramaters
there is a blog post here on how to workround the lack of UNION in fetchXML.Answered | 3 Replies | 7247 Views | Created by Pete.CRM - Sunday, February 27, 2011 9:34 AM | Last reply by Regan Murphy - Thursday, March 10, 2011 10:41 PM -
0 Votes
Can i use fetchxml in onChange event in javascript to fetch values?
Hi Sohaib, Here is a very good example of using FetchXML and JavaScript (AJAX).Answered | 2 Replies | 6754 Views | Created by Sohaib [CRM Professional] - Thursday, August 13, 2009 10:53 AM | Last reply by Hassan Hussain - Thursday, August 13, 2009 1:28 PM
No announcements