No announcements
Found 140150 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 | 1109 Views | Created by JMcCon - Wednesday, September 30, 2015 11:42 AM | Last reply by JMcCon - Thursday, October 1, 2015 8:08 AM -
2 Votes
Updating a subset of fields using the CRM LINQ provider
When you use select new - it is called a 'projection' and the CRM LINQ provider interprets this as creating a QueryExpression that only contains the fields that you reference.Answered | 2 Replies | 3580 Views | Created by Abhijeet P - Saturday, September 22, 2012 8:11 PM | Last reply by Abhijeet P - Tuesday, September 25, 2012 2:56 PM -
1 Votes
LINQ and QueryExpression -> compare entity fields in query
And filter the result on our server.Answered | 13 Replies | 7136 Views | Created by Tamas Molnar - Tuesday, November 8, 2011 3:31 PM | Last reply by Tamas Molnar - Wednesday, November 9, 2011 9:59 AM -
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 | 7658 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 | 1335 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
Linq To CRM Query Alternatives
I haven't used CRM2011's LINQ provider yet, but from what I know of the CRM4.0 equivalent and reading through the CRM2011 SDK, your join should look more ...Answered | 2 Replies | 7969 Views | Created by jcaruso_fp - Thursday, February 24, 2011 4:13 PM | Last reply by pogo69 - Thursday, February 24, 2011 10:39 PM -
0 Votes
Easy Linq query question.
Hi Linq is a bit new to me and so this might be easy.Answered | 3 Replies | 2966 Views | Created by Dollerup2 - Thursday, February 23, 2012 1:58 PM | Last reply by Dollerup2 - Thursday, February 23, 2012 2:50 PM -
1 Votes
LINQ QUERY help
LINQ to SQL forum that may be a better place to post this query.Answered | 3 Replies | 2450 Views | Created by kranthi manne - Wednesday, July 31, 2013 2:56 PM | Last reply by Just Karl - Friday, August 16, 2013 3:50 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 | 3641 Views | Created by Mostafa Moatassem - Monday, November 14, 2011 3:24 PM | Last reply by D kay - Wednesday, November 16, 2011 12:10 PM -
0 Votes
CRM2011 - LINQ queries with projections leave partially retrieved entities in the service context cache!
With respect to the CRM 2011 LINQ Provider, I'm afraid I don't know.Answered | 7 Replies | 8010 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
Problem executing CRM 2011 Linq Query from dll referenced in plugin
early bound linq queries now work when the generated proxy classes and(or) your CRM Linq queries are stored in a separate referenced DLL.Answered | 9 Replies | 9172 Views | Created by Milsnips - Thursday, June 2, 2011 5:34 AM | Last reply by Darko Micic - Friday, March 16, 2012 12:38 PM -
0 Votes
LINQ, Dates and Timezones
That way, you don't have to do your own retrieve using LINQ.Answered | 1 Replies | 3370 Views | Created by Macho Donkey Wrestler - Tuesday, February 7, 2012 2:38 PM | Last reply by Michael B. Scott - MSFT - Thursday, February 9, 2012 11:22 PM -
1 Votes
Find the earliest date/time present in any of the 4 fields and update the results.
Hi, you can use this code if you want to still use Math.min (the main thing is to convert the time to milliseconds using the getTime function): function ...Answered | 3 Replies | 1215 Views | Created by Puja Jain - Wednesday, May 8, 2013 9:44 AM | Last reply by Guido Preite - Wednesday, May 8, 2013 10:25 AM -
1 Votes
The impact of Update a field with Same Value through SDK
If you are using the OrganizationService to update the entity, it will trigger the actual update of the field regardless whether the field value is the same or not.Answered | 3 Replies | 2801 Views | Created by kenwcp - Tuesday, May 8, 2012 11:32 PM | Last reply by Dimaz Pramudya (www.xrmbits.com) - Wednesday, May 9, 2012 8:30 PM -
0 Votes
CRM 2011 LINQ and Min
Hi, This is a limitation of LINQ - you can'y use aggregate functions like MIN.Answered | 3 Replies | 2272 Views | Created by SPCRM2011 - Sunday, July 7, 2013 4:22 AM | Last reply by SPCRM2011 - Thursday, July 11, 2013 12:21 PM -
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 | 7609 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
Defining web method that receives LINQ query as argument
I am defining a web service with a web method that executes a linq query that is passed as an input.Answered | 1 Replies | 9468 Views | Created by spaiva - Wednesday, February 4, 2009 2:42 PM | Last reply by sudarshans1 - Friday, February 27, 2009 6:55 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 | 1558 Views | Created by Marius Solend - Tuesday, October 8, 2013 7:35 AM | Last reply by Marius Solend - Tuesday, October 8, 2013 7:59 AM -
1 Votes
Updating the new field for all products
CrmService incService = new CrmService(); CrmAuthenticationToken token = new CrmAuthenticationToken(); token.AuthenticationType = 0; ...Answered | 3 Replies | 6262 Views | Created by Mostafa Moatassem - Thursday, November 25, 2010 3:03 PM | Last reply by Mayank Pujara - Wednesday, December 1, 2010 1:42 PM -
0 Votes
Querying ContactExtensionBase table
Hi You should consider using our Linq to Dynamics CRM library, it allows you to query CRM using the new LINQ syntax, no need to mess around with ...Answered | 8 Replies | 6045 Views | Created by LearnQuick - Tuesday, June 2, 2009 9:02 PM | Last reply by LearnQuick - Wednesday, June 3, 2009 2:53 PM - Items 1 to 20 of 140150 Next ›
No announcements