No announcements
Found 107293 threads
-
0 Votes
Reterive multiple type of entites in single fetchxml query.
Depending on why you want the records in this format (single result), you could just develop a fetchxml 'aggregator' method that lets you append the results of fetchxml ...Proposed | 3 Replies | 799 Views | Created by Mr. Santosh Bhagat - Wednesday, March 19, 2014 11:05 AM | Last reply by Mr. Santosh Bhagat - Thursday, March 20, 2014 3:19 AM -
3 Votes
Query to reterive milion of records
(the only accepted way of access the CRM data "directly") However if you are online there are 2 options : 1) You can use the above ...Answered | 3 Replies | 984 Views | Created by Sanjeewan Kumar - Wednesday, May 24, 2017 12:39 PM | Last reply by DonaldRichardson1 gmail.com - Wednesday, May 24, 2017 10:37 PM -
1 Votes
Exact Difference between Query expression and fetchXML
Fetch queries can return records for multiple entities.Answered | 1 Replies | 9620 Views | Created by Ayazahmed - Saturday, May 9, 2015 4:40 PM | Last reply by Madhu_M - Monday, May 11, 2015 1:06 AM -
1 Votes
how to convert Query to FetchXML query
<fetch mapping="logical"> <entity name="new_periodtotal"> <link-entity name="product" to="productid" ...Answered | 2 Replies | 1292 Views | Created by Riaz Usmani - Monday, January 13, 2014 10:39 AM | Last reply by Blake Scarlavai - Tuesday, January 14, 2014 5:39 AM -
0 Votes
Convert SQL query into Fetchxml query
<fetch version="1.0" output-format="xml-platform" mapping="logical" ...Answered | 3 Replies | 5534 Views | Created by Sag123 - Thursday, May 24, 2012 12:11 PM | Last reply by Mayank Pujara - Thursday, May 24, 2012 1:17 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 are 300 ...Answered | 1 Replies | 1342 Views | Created by Abu-gasiem - Saturday, January 14, 2017 7:48 PM | Last reply by Dave Patrick - Saturday, January 14, 2017 7:56 PM -
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- ...Answered | 2 Replies | 8264 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
simle fetchXml query strange ERROR message
<input name="SortCol" type="hidden" value="scheduledend:1;"/> <input name="UIProvider" ...Answered | 9 Replies | 2623 Views | Created by _cram - Monday, February 18, 2013 12:38 PM | Last reply by Faisal Fiaz - Tuesday, February 19, 2013 12:13 PM -
1 Votes
Probleme with related entities inside FetchXml query
In my case, I need to attach this FetchXml to a dynamic marketing list...Answered | 2 Replies | 2426 Views | Created by Kyamit - Tuesday, April 16, 2013 1:00 PM | Last reply by Kyamit - Wednesday, April 17, 2013 9:25 AM -
0 Votes
Simple FetchXML query
var xHReq = new ActiveXObject("Msxml2.XMLHTTP"); xHReq.Open("POST", "/mscrmservices/2007/CrmService.asmx", false); ...Answered | 10 Replies | 6265 Views | Created by NateOne - Wednesday, October 21, 2009 12:25 PM | Last reply by Sergey Hyper Kravchenko - Wednesday, October 21, 2009 2:48 PM -
1 Votes
SQL substring funtion to FetchXML
I tried both I was not able to concatenate the data using thrid approach since SSRS expression functions(I used Lookupset) does not allow to use fields from multiple dataset.Answered | 2 Replies | 3560 Views | Created by Sunil5715 - Monday, November 2, 2015 5:08 PM | Last reply by Sunil5715 - Wednesday, November 4, 2015 3:23 PM -
1 Votes
difference between fetchxml and query expression ?
See the following CRM SDK documentation for a run down of what each can provide: http://msdn.microsoft.com/en-us/library/bb928429.aspx FetchXml allows ...Answered | 1 Replies | 8690 Views | Created by Crane kes - Wednesday, February 16, 2011 8:39 AM | Last reply by pogo69 - Wednesday, February 16, 2011 8:47 AM -
0 Votes
FetchXML vs.
Query for the ids and make 3 seperate retrieve(multiple)s for the BusinessEntities.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
2 FetchXML Queries, One Report
I did a little tweaking, and got the 'join' query to work out.Answered | 6 Replies | 3360 Views | Created by ChrisH5491 - Tuesday, May 7, 2013 1:40 AM | Last reply by ChrisH5491 - Tuesday, May 7, 2013 1:57 PM -
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 -
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 -
4 Votes
need to query crm 4.0 using fetchxml-help needed
One thing to keep in mind, per the second link I posted in my last response, is that the "filters" of a FetchXML query (or a QueryExpression in C#) is placed into the FROM ...Answered | 6 Replies | 6316 Views | Created by android123 - Monday, May 31, 2010 5:14 PM | Last reply by DavidBerry - Wednesday, June 2, 2010 4:34 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 | 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 -
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 | 2944 Views | Created by heguangm - Wednesday, February 22, 2012 4:24 PM | Last reply by DavidJennaway - Wednesday, February 22, 2012 4:57 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 - Items 1 to 20 of 107293 Next ›
No announcements