No announcements
Found 21164 threads
-
0 Votes
Dynamically modifying the FetchXML of "Advanced Find" to add GroupBy condition
Hi, Go through the links to add groupby in your ...Answered | 5 Replies | 2162 Views | Created by S Ballani - Saturday, April 27, 2013 11:41 AM | Last reply by VidhiyaM - Monday, April 29, 2013 5:08 AM -
0 Votes
4.0 - FetchXML
f=255&MSPPError=-2147217396 https://markuserlandsson.wordpress.com/2011/12/05/fetch-xml-vs-retrieve-multiple-vs-odata/ https://msdn.microsoft.com/en-us/librar ...Answered | 2 Replies | 8263 Views | Created by Mike McCoy - Wednesday, March 18, 2009 4:28 PM | Last reply by Ammar.Zaied - Thursday, April 9, 2015 10:15 AM -
0 Votes
crm2013 charts possible to do with sql instead of fetchxml?
i think .. with that .. there are no limitations like with fetchXML ...Answered | 3 Replies | 1002 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
Fetchxml filtering problem
I don't think you'll be able to get what you want using one FetchXML query, due to the limitations of FetchXML.Answered | 3 Replies | 6848 Views | Created by CarlsbadSGP3536763 - Wednesday, November 25, 2009 12:46 AM | Last reply by DavidJennaway - Tuesday, December 1, 2009 9:56 AM -
0 Votes
Modify FetchXML for Dashboard
Hi all, We want to create a 'list' on the dashboard however the list cannot be created using a simple Advanced Find because Advanced Find cannot look up entities that's ... -
3 Votes
fetchxml and lookup parameter
hi. however i need to use fetchxml in chart customization. the data representation is using fetch xml, i think i cannot use QueryExpression at there.Answered | 5 Replies | 4504 Views | Created by verystupidguy - Monday, July 18, 2011 10:14 AM | Last reply by Jamie Miley - Friday, July 22, 2011 2:09 PM -
0 Votes
Get rid of FetchXml
Stunnware Tools 4.0 also has some tools for FetchXML, I think also a code generator.Answered | 3 Replies | 6671 Views | Created by dotNiemand - Monday, February 9, 2009 11:35 AM | Last reply by Amanda Mattson - Monday, February 9, 2009 8:11 PM -
1 Votes
Retrieve Fetchxml from a Report
FetchXML displayed in the Query window.Answered | 2 Replies | 1299 Views | Created by Eric_Blanco - Wednesday, October 16, 2013 10:13 PM | Last reply by Eric_Blanco - Thursday, October 17, 2013 1:28 PM -
1 Votes
FetchXML from a grandparent
If you get the correct result, press F11 to access the URL of the ADV find box, then replace with the following : javascript:prompt("my query:", resultRender.FetchXml.value); ...Answered | 3 Replies | 5629 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
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 like ...Answered | 2 Replies | 1426 Views | Created by chngsmu - Thursday, October 31, 2013 3:44 PM | Last reply by _Vikram - Thursday, October 31, 2013 4:02 PM -
1 Votes
Aggregate and LinkEntity in FetchXml
I had read somewhere that it wasn't possible to use linkentity and aggregation at the same time in a fetchxml statement, but that's absolutely possible!Answered | 2 Replies | 5614 Views | Created by Kristine L. Jongstra - Wednesday, March 6, 2013 2:54 PM | Last reply by Kristine L. Jongstra - Thursday, March 7, 2013 9:20 PM -
0 Votes
FetchXML+ subgrid in MSCRM 2013
Hi, I am not able to bind the fetchxml to subgrid during onload in CRM 2013.Answered | 2 Replies | 1387 Views | Created by Kalyan Sudhir - Wednesday, October 22, 2014 9:56 PM | Last reply by Polat Aydın[MCP] - Thursday, October 23, 2014 9:17 AM -
4 Votes
FetchXml results count - Subgrid rows count in JavaScript
No..I wasn't..I was doing it before doing the FetchXml to the grid, but I was missing the waiting after doing the FetchXml..not a good performance solution right?Answered | 9 Replies | 4231 Views | Created by RDevelopment - Friday, March 15, 2013 12:10 PM | Last reply by RDevelopment - Friday, March 15, 2013 5:28 PM -
1 Votes
SQL substring funtion to FetchXML
You can't do any concatenation in FetchXml.Answered | 2 Replies | 3558 Views | Created by Sunil5715 - Monday, November 2, 2015 5:08 PM | Last reply by Sunil5715 - Wednesday, November 4, 2015 3:23 PM -
0 Votes
filter lookup view by fetchxml
I hope you are trying to retrieve the fetchxml records equivalent to the below SQL query SELECT new_name from new_documents WHERE new_name like ...Answered | 9 Replies | 6544 Views | Created by Dany85 - Tuesday, April 27, 2010 9:41 AM | Last reply by VinothBalasubramanian - Tuesday, April 27, 2010 11:25 AM -
0 Votes
FetchXML vs.
Hi, You can convert Fetchxml to queryexpression and and vice-versa.Answered | 7 Replies | 10421 Views | Created by Onur T_ - Wednesday, January 13, 2010 8:23 AM | Last reply by mardukes - Wednesday, January 13, 2010 5:41 PM -
0 Votes
FetchXml and Javascript - cannot get it to work
To create fetchxml queries I use stunnware .Answered | 5 Replies | 10308 Views | Created by Pete_O - Wednesday, September 23, 2009 8:00 AM | Last reply by Carlton Colter - Tuesday, October 20, 2009 11:38 AM -
12 Votes
CRM 2011 post-Rollup 12 Subgrid fetchXml
_control.get_innerControl().SetParameter("fetchXml", fetchXML); // Refresh the grid ...Answered | 9 Replies | 8477 Views | Created by wikky2007 - Wednesday, July 10, 2013 10:31 PM | Last reply by tsampath - Tuesday, August 13, 2013 10:02 AM -
3 Votes
FetchXml and Picklists
RetrieveAttributeResponse btRes = (RetrieveAttributeResponse)metadataService.Execute(btRequest); AttributeMetadata btMetadata = btRes.AttributeMetadata; PicklistAttributeMetadata ...Answered | 5 Replies | 10755 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
Problems with FetchXML and returning information
"+ "<soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'"+ " ...Answered | 7 Replies | 3363 Views | Created by Billyj82 - Monday, June 4, 2012 4:43 PM | Last reply by Billyj82 - Tuesday, June 5, 2012 4:00 PM - Items 1 to 20 of 21164 Next ›
No announcements