No announcements
Found 257392 threads
-
0 Votes
How to Obtain FetchXML from LayoutXML or ColumnsetXml
I am obtaining LayoutXml and ColumnSetXml values from SavedQuery and UserQuery alone, Hence your findings should help me.Answered | 5 Replies | 4792 Views | Created by VinothBalasubramanian - Monday, September 27, 2010 1:11 PM | Last reply by VinothBalasubramanian - Friday, October 22, 2010 11:22 AM -
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 | 3038 Views | Created by gMary - Saturday, February 28, 2015 4:34 PM | Last reply by gMary - Saturday, February 28, 2015 5:35 PM -
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 | 11697 Views | Created by Jason Eldredge - Friday, August 26, 2011 10:06 PM | Last reply by Jamie Miley - Sunday, August 28, 2011 2:10 PM -
1 Votes
Retrieve Fetchxml from a Report
FetchXML displayed in the Query window.Answered | 2 Replies | 1296 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
To build FetchXml request you can use this tool .Answered | 3 Replies | 5619 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
CRM 4.0 Is there a visual tool for generating FetchXML and Layout XML?
Hi, There is no tool available for Layout XML generator, after generating fetchXml if you are making changes manually into the LayOut XML then make sure to update ...Answered | 5 Replies | 6185 Views | Created by David Withers - Friday, August 19, 2011 5:26 PM | Last reply by David Withers - Monday, August 22, 2011 4:58 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 | 6776 Views | Created by CarlsbadSGP3536763 - Wednesday, November 25, 2009 12:46 AM | Last reply by DavidJennaway - Tuesday, December 1, 2009 9:56 AM -
0 Votes
CRM 2011: FetchXML in JS
Hi, a great tool for this is the XRM Toolbox from Tanguy.Answered | 5 Replies | 17589 Views | Created by Ajaikumar Ramamoorthy - Monday, April 18, 2011 12:20 PM | Last reply by Andreas_Mueller - Wednesday, April 3, 2013 8:28 AM -
2 Votes
access personal view in CRM 2011 via plugin
Hi Pogo, i wonder how do I read the names of each column from the ColumnSetXml.Answered | 5 Replies | 4084 Views | Created by CRM elite - Saturday, July 21, 2012 7:31 PM | Last reply by pogo69 - Sunday, July 22, 2012 11:27 PM -
0 Votes
simle fetchXml query strange ERROR message
How can I now filter these activities based on a lookup('regardingobjectid') field on the form ThanksAnswered | 9 Replies | 2593 Views | Created by _cram - Monday, February 18, 2013 12:38 PM | Last reply by Faisal Fiaz - Tuesday, February 19, 2013 12:13 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-us/librar ...Answered | 2 Replies | 8236 Views | Created by Mike McCoy - Wednesday, March 18, 2009 4:28 PM | Last reply by Ammar.Zaied - Thursday, April 9, 2015 10:15 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 | 4494 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
FetchXML how read information from other entity
I'm using CustomerRelationship entity to connect Account with Contacts and I would like to pass some information from contact to account.Answered | 1 Replies | 4921 Views | Created by kgorczewski - Tuesday, April 27, 2010 10:53 AM | Last reply by RhettClinton - Tuesday, April 27, 2010 11:30 AM -
1 Votes
how to convert Query to FetchXML query
The "to" and "from" attributes will probably have to change based on the actual schema name of your lookup fields.Answered | 2 Replies | 1238 Views | Created by Riaz Usmani - Monday, January 13, 2014 10:39 AM | Last reply by Blake Scarlavai - Tuesday, January 14, 2014 5:39 AM -
3 Votes
Entity Name specified in FetchXml does not match the entity name in the EntityExpression
The AddCustomView method from SDK does not work on a multi-entity lookup as expected.Answered | 20 Replies | 13924 Views | Created by AnyMi - Saturday, June 30, 2012 2:28 AM | Last reply by CRM Smith - Tuesday, November 20, 2012 4:54 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 | 3526 Views | Created by Sunil5715 - Monday, November 2, 2015 5:08 PM | Last reply by Sunil5715 - Wednesday, November 4, 2015 3:23 PM -
0 Votes
How to write Nested FetchXML
Hi, You can do this in a single fetch - something like: <fetch version="1.0" output-format="xml-platform" mapping="logical" ...Answered | 3 Replies | 6801 Views | Created by FairLight - Friday, September 7, 2012 3:34 PM | Last reply by Scott Durow (MVP) - Friday, September 7, 2012 5:15 PM -
3 Votes
FetchXml and Picklists
RetrieveAttributeResponse btRes = (RetrieveAttributeResponse)metadataService.Execute(btRequest); AttributeMetadata btMetadata = btRes.AttributeMetadata; PicklistAttributeMetadata ...Answered | 5 Replies | 10712 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
How to use FetchXML
Crate Reports Using Fetch ...Answered | 2 Replies | 5906 Views | Created by Fkhoja - Tuesday, May 24, 2011 4:02 PM | Last reply by Jehanzeb.Javeed - Tuesday, May 24, 2011 8:44 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 like ...Answered | 2 Replies | 1419 Views | Created by chngsmu - Thursday, October 31, 2013 3:44 PM | Last reply by _Vikram - Thursday, October 31, 2013 4:02 PM - Items 1 to 20 of 257392 Next ›
No announcements