No announcements
Found 29874 threads
-
0 Votes
REST Query - RetrieveMultiple
I had a similar issue a few months ago but had no luck in getting REST to return the data.Answered | 2 Replies | 1269 Views | Created by Halldor Bjorgvin Johannsson - Monday, January 27, 2014 1:17 PM | Last reply by Halldor Bjorgvin Johannsson - Monday, January 27, 2014 3:25 PM -
2 Votes
REST Query problem - RetrieveMultiple with $filter
Hi, you can use this tool to design your query.Answered | 3 Replies | 2653 Views | Created by HolinkaJan - Thursday, January 10, 2013 2:30 PM | Last reply by HolinkaJan - Friday, January 11, 2013 11:09 AM -
1 Votes
CRM2011: When was RetrieveMultiple triggered?
What fires the Execute method is something else, not the query itself!!!Answered | 11 Replies | 7949 Views | Created by Henry Tan YH - Monday, February 20, 2012 6:01 AM | Last reply by Zouma - Tuesday, May 22, 2012 5:26 PM -
2 Votes
RetrieveMultiple Returns extra column?
However RetrieveMultiple() always returns the id column, accountid in the case of Entity Accounts.Answered | 1 Replies | 2552 Views | Created by Guangming - Wednesday, February 29, 2012 6:41 PM | Last reply by Travis-Sharp - Wednesday, February 29, 2012 6:59 PM -
0 Votes
CRM 2011 : RetrieveMultiple
Proper and 100% supported approach is to use paging for data querying.Answered | 4 Replies | 7605 Views | Created by CRMDevlpr - Tuesday, March 13, 2012 4:51 PM | Last reply by CRMDevlpr - Wednesday, March 14, 2012 7:40 AM -
4 Votes
Exception when using RetrieveMultiple with QueryByAttribute.
It basically highjacked all the queries.Answered | 8 Replies | 4578 Views | Created by Marius Solend - Tuesday, September 6, 2011 11:37 AM | Last reply by Marius Solend - Monday, February 13, 2012 7:49 PM -
0 Votes
CRM Web Service RetrieveMultiple error
i'm starting to think to change this thread's title, coz somehow i didn't find any error on the retrievemultiple method..Answered | 9 Replies | 9137 Views | Created by Wie Lie - Saturday, December 6, 2008 4:42 PM | Last reply by HIMBAP - Saturday, August 7, 2010 4:45 AM -
1 Votes
The 'RetrieveMultiple' method does not support entities of type 'campaignactivityitem'
Because a campaignActivityItem represents an Intersect-Table you have to use the Fetch-method instead of Retrieve or RetrieveMultiple.Answered | 1 Replies | 19398 Views | Created by LearnQuick - Thursday, May 14, 2009 1:31 PM | Last reply by JuergenBeck - Thursday, May 14, 2009 3:27 PM -
0 Votes
# of records returned by RetrieveMultiple
To get the actual count you should use retrievemultiple with FetchXML aggregation to retrieve the data.Answered | 6 Replies | 6128 Views | Created by Vicky922 - Monday, September 12, 2011 5:54 PM | Last reply by Michael D. Mayo - Wednesday, December 18, 2013 9:33 PM -
0 Votes
What is the diffrence between RetrieveMultiple and Fetch
as Ricardo mentioned, #1. yes the difference is RetrieveMultiple is faster than the FetchXMl as here it does not need to parse.Answered | 4 Replies | 8705 Views | Created by BERKAYA Hedi - Thursday, February 17, 2011 3:06 PM | Last reply by yes.sudhanshu - Friday, February 18, 2011 5:25 AM -
0 Votes
RetrieveMultiple Vs FetchXML - Which is best?
In the context of .NET normally a RetrieveMultiple is simpler than a FetchXml because of the easier syntax and the easier result processing.Answered | 2 Replies | 7265 Views | Created by lemonje - Thursday, April 16, 2009 10:18 AM | Last reply by JuergenBeck - Tuesday, May 5, 2009 7:39 PM -
0 Votes
CRM 2011 RetrieveMultiple Help
Here's the code I ended up with: if (context.OutputParameters.Contains("BusinessEntityCollection") && ...Answered | 6 Replies | 2111 Views | Created by brento73 - Friday, June 21, 2013 7:02 AM | Last reply by brento73 - Friday, June 21, 2013 8:45 PM -
0 Votes
R4: How to use RetrieveMultiple to retrieve only active records using Jscript?
Hi All, Whenever I run my retrievemultiple Jscript, it also returns Deactivated records.Answered | 3 Replies | 8481 Views | Created by Prafulla Rawal - Thursday, April 16, 2009 11:37 AM | Last reply by Morten Dybdahl - Thursday, April 16, 2009 12:16 PM -
0 Votes
RetrieveMultiple-Opportunity CRM 2011
Actually using retrievemultiple is not a good idea.Answered | 3 Replies | 990 Views | Created by myCRMGuy - Monday, May 27, 2013 6:21 AM | Last reply by Payman Biukaghazadeh - Monday, May 27, 2013 7:31 AM -
4 Votes
RetrieveMultiple on QueueItem entity fails in CRM2011
But if there are issues with RetrieveMultiple and Guids / AllColumns() generally, it's going to be fun.Answered | 7 Replies | 6694 Views | Created by darrenborland - Wednesday, September 7, 2011 4:38 PM | Last reply by martinzeug - Wednesday, October 5, 2011 4:24 PM -
0 Votes
accept RetrieveMultiple results in array
Hi all, I was trying to accept RetrieveMultiple Message results in an array so I've tried something like this int ...Answered | 5 Replies | 4603 Views | Created by Mostafa Moatassem - Tuesday, June 21, 2011 9:43 AM | Last reply by HIMBAP - Tuesday, June 21, 2011 11:21 AM -
4 Votes
Retrievemultiple using Dynamic Entity MS CRM 4.0
Hi soumya, Yes it is possible to retrievemultiple against a custom entity in Plug In code using dynamic entities without ...Answered | 8 Replies | 30347 Views | Created by Soumya Sasidharan - Thursday, February 14, 2008 1:08 PM | Last reply by Israel Gujjarlapudi - Friday, April 22, 2011 9:06 PM -
0 Votes
CRM want to use RetrieveMultiple and only get to 1000 with <field> = null
When you establish your Query: set the Operator attribute of the ConditionExpression object you have placed into the Criteria of your Query to ...Answered | 1 Replies | 6560 Views | Created by BILL_TETRAULT - Thursday, October 22, 2009 3:29 PM | Last reply by DavidBerry - Thursday, October 22, 2009 4:29 PM -
0 Votes
Anyone have an example of using a RetrieveMultiple in javascript that uses LinkEntity?
" + "<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" ...Answered | 3 Replies | 6289 Views | Created by mulder09 - Tuesday, April 6, 2010 2:14 PM | Last reply by mulder09 - Tuesday, April 6, 2010 2:56 PM -
0 Votes
How to use Retrievemultiple in Plug-In in MS CRM 4.0
ConditionExpression con = new ConditionExpression(); con.AttributeName = ...Answered | 3 Replies | 5579 Views | Created by Srikanth_MSCRM - Friday, September 2, 2011 12:38 PM | Last reply by Andrii Butenko - Saturday, September 3, 2011 7:28 AM - Items 1 to 20 of 29874 Next ›
No announcements