No announcements
Found 73654 threads
-
2 Votes
in operator in fetch xml
Hi, you could try something like this (haven't tested it though): <fetch mapping='logical'> <entity name='serviceappointment'> ...Answered | 3 Replies | 4299 Views | Created by anwar_addi - Tuesday, November 6, 2012 12:57 PM | Last reply by Pavlos Panagiotidis - Tuesday, November 6, 2012 1:06 PM -
1 Votes
Fetch XML dategrouping
Is it possible in Fetch XML to group by date and time rather than just by date?Answered | 3 Replies | 9845 Views | Created by Oscar Wahlen - Monday, March 7, 2011 1:21 PM | Last reply by mardukes - Wednesday, April 24, 2013 10:40 PM -
0 Votes
fetch XML
AFAIK the next working day could not be resolved by the Fetch in CRM and you may achieve it through SSRS.Answered | 5 Replies | 2827 Views | Created by Pete Newman - Friday, September 6, 2013 11:02 AM | Last reply by Roshan Mehta - Monday, September 9, 2013 10:18 AM -
0 Votes
Fetch XML: How to retrieve data with multiple linked entities
Maybe this will help somebody in a future <fetch version='1.0' output-format='xml-platform' mapping='logical' distinct='false'>"; <entity ...Answered | 2 Replies | 38525 Views | Created by kkivist - Saturday, May 18, 2013 9:45 AM | Last reply by kkivist - Saturday, May 18, 2013 10:47 AM -
0 Votes
Fetch XML with parameters
Hi, The way of parameterising the fetch xml query depends on the way it is used.Answered | 5 Replies | 12652 Views | Created by Pete Newman - Tuesday, September 17, 2013 10:26 AM | Last reply by RameshwariSah - Tuesday, September 17, 2013 6:13 PM -
0 Votes
assigning results of fetch xml....how to ??
In order to use Fetch in Javascript, you must not only encode the XML passed in, but decode the XML passed back out.Answered | 5 Replies | 5606 Views | Created by Mostafa Moatassem - Thursday, September 30, 2010 10:07 PM | Last reply by Amarsen Vangoor - Friday, October 1, 2010 9:16 AM -
2 Votes
Crm 2011 online fetch xml
You need to pull down a page of records (presumably up to a maximum of 5000) and then do another service call to get the next lot passing the paging cookie which was returned by the first ...Answered | 3 Replies | 7459 Views | Created by VarunKumar17 - Tuesday, May 24, 2011 11:23 AM | Last reply by Laughing John - Tuesday, May 24, 2011 4:26 PM -
0 Votes
Fetch XML output
The Fetch results are thenAnswered | 41 Replies | 14323 Views | Created by bcc_net - Friday, September 18, 2009 9:37 PM | Last reply by Boona Boy - Wednesday, December 2, 2009 12:36 PM -
3 Votes
CRM 2011 Fetch XML Reports - UK Format
Cheers to Abhishek Agarwal whose solution guided me to resolve my issue !Answered | 17 Replies | 17025 Views | Created by Pete.CRM - Tuesday, February 22, 2011 10:31 AM | Last reply by kc_narra - Thursday, October 17, 2013 11:06 AM -
1 Votes
SQL to fetch xml...how to ??
Hi, I suggest download Fetch XML Builder and it will allow you build any query you want..Answered | 2 Replies | 6365 Views | Created by Mostafa Moatassem - Monday, October 4, 2010 6:46 PM | Last reply by yes.sudhanshu - Friday, October 8, 2010 12:21 PM -
0 Votes
Prefiltering in Fetch XML SSRS Report
About pre-filtering it should be in your Fetch XML for specific conditions.Answered | 5 Replies | 23523 Views | Created by Anthonie de Klerk - Wednesday, April 17, 2013 7:31 AM | Last reply by Anthonie de Klerk - Wednesday, April 17, 2013 7:58 AM -
0 Votes
error on fetch xml accounts details - System.InvalidOperationException
I have found the reason why it's not giving values for qg_agent because the account id i have seached there is no value for the attributes. when I try another account with those attributes with values ...Answered | 5 Replies | 5975 Views | Created by pathiya007 - Tuesday, May 24, 2011 9:59 AM | Last reply by pathiya007 - Tuesday, May 24, 2011 3:14 PM -
0 Votes
CRM 2011 Fetch-Xml based Reports
However, when accounts have more than 1 contact it creates a new record for each unique contact GUID.Answered | 6 Replies | 4839 Views | Created by Mitchell2012 - Tuesday, August 21, 2012 1:50 PM | Last reply by itara - Thursday, September 20, 2012 11:19 AM -
1 Votes
Pass Multiple Guid in Fetch XML
Here is the query created from advanced find : <fetch version="1.0" output-format="xml-platform" ...Proposed | 2 Replies | 6030 Views | Created by kMAT1 - Monday, November 25, 2013 2:44 PM | Last reply by Jithesh Karumampatty Kalam - Tuesday, November 26, 2013 12:47 AM -
2 Votes
Need help with fetch xml
var xml = "Answered | 10 Replies | 7344 Views | Created by Mostafa Moatassem - Sunday, October 3, 2010 11:27 AM | Last reply by DavidBerry - Monday, October 4, 2010 8:28 PM -
0 Votes
Fetch multiple entities.
Could you post an example of such a fetch statement?Answered | 8 Replies | 5882 Views | Created by Karlo Swart - Friday, February 12, 2010 5:07 PM | Last reply by Karlo Swart - Friday, February 12, 2010 6:33 PM -
0 Votes
operator="in" , Fetch Xml, MS CRM 2011
hi Can you please try below code, var fetchXml = "<fetch version='1.0' output-format='xml-platform' mapping='logical' distinct='true'>" + ...Answered | 6 Replies | 20602 Views | Created by Ravitheja J - Thursday, January 24, 2013 10:18 AM | Last reply by san Sanz - Sunday, March 1, 2015 1:07 PM -
0 Votes
Fetch XML & CRM 2011 Question
I am inquiring about fetch XML which is used in a report for CRM 2011.Answered | 1 Replies | 5355 Views | Created by RST Dev - Thursday, June 23, 2011 1:44 PM | Last reply by Jamie Miley - Thursday, June 23, 2011 1:59 PM -
1 Votes
fetch xml in crm 2011 online
Hi all, Here its the following code i used for fetch xml, Im getting error saying "Invalid Argument" in CRM 2011.Answered | 17 Replies | 18971 Views | Created by Mostafa Moatassem - Sunday, February 20, 2011 12:50 PM | Last reply by Asha05 - Tuesday, March 6, 2012 2:53 AM -
2 Votes
FETCH XML Condition for linked entity
To have it return the same results as the SQL query, include the % wild card in the same places as the SQL query, like this: <fetch mapping='logical'> ...Answered | 6 Replies | 5884 Views | Created by Ramu Devarasetty - Thursday, February 9, 2012 10:36 PM | Last reply by Ramu Devarasetty - Friday, February 10, 2012 2:43 PM - Items 1 to 20 of 73654 Next ›
No announcements