No announcements
Found 162788 threads
-
0 Votes
Update Field with results of LINQ Query
Hi JMcCon, Try below code to update the record: var _LinqResult = from data in dataSourse select ...Answered | 2 Replies | 1215 Views | Created by JMcCon - Wednesday, September 30, 2015 11:42 AM | Last reply by JMcCon - Thursday, October 1, 2015 8:08 AM -
0 Votes
Linq query return all columns when it shouldn't
Hi, This is just one of those things with the LINQ provider in that if you reference just the Id property it will return all columns.Answered | 2 Replies | 1674 Views | Created by Marius Solend - Tuesday, October 8, 2013 7:35 AM | Last reply by Marius Solend - Tuesday, October 8, 2013 7:59 AM -
2 Votes
Odata query to return record count
I created an Odata call to retrieve this data, but if there are many records it returns them all.Answered | 1 Replies | 5477 Views | Created by Richard D. James - Tuesday, September 4, 2012 5:45 PM | Last reply by Scott Durow (MVP) - Tuesday, September 4, 2012 6:02 PM -
4 Votes
CRM 2011 LINQ query -> modify fields - Causing all record's fields to update
I'm not familiar with LINQ or VB.NET, and as such I was just having trouble with the LINQ query syntax.Answered | 4 Replies | 7726 Views | Created by James Hale - Tuesday, February 21, 2012 6:49 AM | Last reply by p_kenn - Tuesday, April 10, 2012 3:29 PM -
0 Votes
Linq query to Nlinq i.e. linq to memory
The LINQ project general forum got archived so I'd try asking here in one of the newer forums.Answered | 1 Replies | 1786 Views | Created by Asif.S - Tuesday, August 1, 2017 7:20 AM | Last reply by Dave Patrick - Tuesday, August 1, 2017 2:53 PM -
0 Votes
Easy Linq query question.
You can try return (from s in ConnectionHandler.Context.SystemUserSet where s.StateCode == 0 orderby s.FullName ...Answered | 3 Replies | 3049 Views | Created by Dollerup2 - Thursday, February 23, 2012 1:58 PM | Last reply by Dollerup2 - Thursday, February 23, 2012 2:50 PM -
0 Votes
No. of records returned by linq query in the result set
Hi, Query expression returns maximum 5000 records in a single query execution. -
0 Votes
Linq Query using an option set value
Hey everyone, I wanted to query the Dynamics system to retrieve any workflows that have a status code of Waiting.Answered | 2 Replies | 7725 Views | Created by Richard D. James - Thursday, December 29, 2011 6:12 PM | Last reply by Thomas Thankachan - Friday, December 30, 2011 2:07 AM -
0 Votes
Linq To CRM Query Alternatives
Hello jcaruso, Use JavaScript SOAP to retrieve your records.Answered | 2 Replies | 8097 Views | Created by jcaruso_fp - Thursday, February 24, 2011 4:13 PM | Last reply by pogo69 - Thursday, February 24, 2011 10:39 PM -
1 Votes
LINQ and QueryExpression -> compare entity fields in query
The first query will bring back all records.Answered | 13 Replies | 7238 Views | Created by Tamas Molnar - Tuesday, November 8, 2011 3:31 PM | Last reply by Tamas Molnar - Wednesday, November 9, 2011 9:59 AM -
5 Votes
CRm 2011 OData - return all records
Also, if you want you query using SDK.REST.retrieveRecord to be faster, just return the BusinessUnitId property.Answered | 10 Replies | 10224 Views | Created by Jan Adamec - Tuesday, July 19, 2011 3:09 PM | Last reply by Jim Daly [MSFT] - Sunday, March 31, 2013 4:29 PM -
0 Votes
CRM 2011: Linq queries tutorials from A to Z
hi Mostafa , As you understand linq is a NET Language-Integrated Query its same if you are using in a .NET code WEB project or CRM plugin ...Answered | 2 Replies | 3759 Views | Created by Mostafa Moatassem - Monday, November 14, 2011 3:24 PM | Last reply by D kay - Wednesday, November 16, 2011 12:10 PM -
1 Votes
Query Expression with Option Sets
I have the collection bound toa datagrid and this custom option set attribute as the Data Field setting in a column definition of the datagrid.Answered | 2 Replies | 6748 Views | Created by MeProgrammer - Wednesday, June 27, 2012 3:29 PM | Last reply by MeProgrammer - Thursday, June 28, 2012 12:36 PM -
0 Votes
Hide a subgrid if no records are returned
Hello, I believe that most appropriate way for achieving you goal is to use CRM Endpoints to get information about the number of related records and based on the ...Answered | 1 Replies | 847 Views | Created by Pete Newman - Friday, November 29, 2013 4:08 PM | Last reply by Andrii Butenko - Friday, November 29, 2013 7:11 PM -
0 Votes
CRM2011 - LINQ queries with projections leave partially retrieved entities in the service context cache!
Hi, The config file settings won't help for CRM online since there's no access to the CRM server.Answered | 7 Replies | 8168 Views | Created by ALEITZ - Wednesday, March 23, 2011 6:37 PM | Last reply by Alexander A. Sharygin - Friday, November 11, 2011 3:48 PM -
0 Votes
CRM 2011 Querying 200,000+ records
Instead of retrieveing and storing ALL records, i retrieved 5000 records at a time (using paging in the query) and processed the records before ...Answered | 3 Replies | 2325 Views | Created by bshah1985 - Tuesday, December 18, 2012 1:35 PM | Last reply by bshah1985 - Wednesday, December 19, 2012 11:17 AM -
3 Votes
Query to reterive milion of records
Hi, I assume you are working On-Premise (as you can retrieve 2 Mil records which is a setting you can change on the on premise database) That ...Answered | 3 Replies | 1072 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
oData: how do I retrieve the GUID of a record returned by a query?
I also have a workflow that does the same in case the user closes the record without saving the changes.Answered | 11 Replies | 10258 Views | Created by pmdci - Monday, April 30, 2012 2:01 PM | Last reply by Akhileshrajpoot - Friday, April 12, 2013 4:50 AM -
0 Votes
Having trouble checking statecode in linq query
It means that without the where clause records are returned as they should be.Answered | 13 Replies | 5899 Views | Created by Paul C Mitton - Wednesday, June 20, 2012 1:09 AM | Last reply by Paul C Mitton - Thursday, June 21, 2012 9:41 PM -
2 Votes
Retrieving more then 50 records using Odata query?
_errorHandler(this)); } } }; While each individual successcallback can only return up to 50 records, you can use the successcallback to push the ...Answered | 10 Replies | 10602 Views | Created by rroman90 - Friday, May 11, 2012 1:58 PM | Last reply by rroman90 - Tuesday, May 15, 2012 6:00 PM - Items 1 to 20 of 162788 Next ›
No announcements