No announcements
Found 97891 threads
-
3 Votes
CRM 4.0 : ListMembers Query
e.g: If i have two or more contacts with the same ContactMethod, i.e: "E-mail", i would like to create an E-mail Marketing List and then be able to add those ...Answered | 10 Replies | 4213 Views | Created by _Hopeful - Sunday, October 16, 2011 9:06 PM | Last reply by Amreek Singh - Monday, October 17, 2011 11:07 AM -
0 Votes
LINQ query joining between Contact and ListMember
Hello, Try to change code l.EntityId to l.EntityId.Id to have something like: var contacts = (from c in orgContext.ContactSet join l in ...Unanswered | 1 Replies | 656 Views | Created by Phil Johnson - SandP - Thursday, December 3, 2015 5:41 PM | Last reply by Andrii Butenko - Thursday, December 3, 2015 6:00 PM -
0 Votes
Linq: Join & OrderBy -> Invalid Argument
Hi, Pat is right - the problem is using the o.Id in your linq.Answered | 3 Replies | 3186 Views | Created by hfaun - Thursday, December 13, 2012 8:27 PM | Last reply by hfaun - Friday, December 14, 2012 6:31 PM -
0 Votes
Query contacts based on account filter
Thanks for the answer regarding the new LINQ interface.Answered | 4 Replies | 5799 Views | Created by maze_dk - Wednesday, January 19, 2011 12:40 PM | Last reply by maze_dk - Thursday, January 20, 2011 10:44 AM -
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 | 1768 Views | Created by Asif.S - Tuesday, August 1, 2017 7:20 AM | Last reply by Dave Patrick - Tuesday, August 1, 2017 2:53 PM -
1 Votes
CRM 4 what will the xml looks like if I want to push list and contact into listmember?
I have not problem add this particular contact record to the list by using the web UIAnswered | 20 Replies | 5515 Views | Created by BlueNova1 - Thursday, June 23, 2011 2:59 PM | Last reply by Daniel Cai - KingswaySoft - Tuesday, June 28, 2011 3:06 PM -
0 Votes
Left Outer join LINQ query with four entities in CRM 2011 and with multiple where clauses
Hi Saga, You can do LEFT OUTER JOINS using the LINQ provider for CRM2011 provided there is just a single level - but the OP was trying to do more than one level ...Answered | 6 Replies | 12081 Views | Created by Vinu Kumaran - Friday, October 19, 2012 5:11 PM | Last reply by Scott Durow (MVP) - Tuesday, March 19, 2013 1:52 PM -
1 Votes
Exception in a CRM LINQ query with joins.
There are some limitations in CRM LINQ, as explained here.Answered | 6 Replies | 3357 Views | Created by RDevelopment - Wednesday, November 28, 2012 4:51 PM | Last reply by RDevelopment - Friday, November 30, 2012 2:50 PM -
4 Votes
Linq Query Failing - "'Contact' entity doesn't contain attribute with Name = <entity referennce name>."
Hi Malachy, I used my Linq to FetchXml converter ...Answered | 5 Replies | 11375 Views | Created by Malachy O Connor - Wednesday, February 22, 2012 7:19 PM | Last reply by Duc Bui - Thursday, June 25, 2015 8:09 AM -
1 Votes
LINQ QUERY help
LINQ to SQL forum that may be a better place to post this query.Answered | 3 Replies | 2652 Views | Created by kranthi manne - Wednesday, July 31, 2013 2:56 PM | Last reply by Just Karl - Friday, August 16, 2013 3:50 PM -
1 Votes
LINQ and QueryExpression -> compare entity fields in query
Why don't you store in CRM or any other place the last date of synchronization, then query only contacts with a modified date greater than the last synchronization date?Answered | 13 Replies | 7235 Views | Created by Tamas Molnar - Tuesday, November 8, 2011 3:31 PM | Last reply by Tamas Molnar - Wednesday, November 9, 2011 9:59 AM -
0 Votes
Easy Linq query question.
Hi Linq is a bit new to me and so this might be easy.Answered | 3 Replies | 3048 Views | Created by Dollerup2 - Thursday, February 23, 2012 1:58 PM | Last reply by Dollerup2 - Thursday, February 23, 2012 2:50 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 | 8097 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
How is Linq used in CRM 2011
This query provider abstracts much of the Microsoft Dynamics CRM SDK query APIs under a more familiar C# syntax; however, the querying capability of the ...Answered | 2 Replies | 5005 Views | Created by Sandra.CRM - Friday, September 14, 2012 5:50 PM | Last reply by Imran I Abbasi - Friday, September 14, 2012 9:49 PM -
0 Votes
Difference between a Primary contact and a contact
Hi,you are saying incorrect - the restriction is not on the primary contact.. a primary contact can be associated with multiple account.. but a normal contact cannot ...Answered | 5 Replies | 3611 Views | Created by Rajan.Panchal - Wednesday, July 18, 2012 9:04 AM | Last reply by Rajan.Panchal - Thursday, July 19, 2012 5:01 PM -
1 Votes
Error on LINQ Query.
You can't perform operations on the left hand side of a CRM LINQ Query predicate; which is what the following is attempting to ...Answered | 1 Replies | 13180 Views | Created by CrazyeD1583 - Wednesday, May 30, 2012 2:40 AM | Last reply by pogo69 - Wednesday, May 30, 2012 4:35 AM -
0 Votes
Relation between Contact & Account
That specific relationship is for the Primary Contact on an Account.Answered | 2 Replies | 2925 Views | Created by Rajan.Panchal - Tuesday, July 17, 2012 1:05 PM | Last reply by Rajan.Panchal - Tuesday, July 17, 2012 1:41 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
How to convert inner join to QueryExpression?
sql: select * from lead inner join listmember on listmember.entityid=lead.leadid where ...Answered | 4 Replies | 5230 Views | Created by nixjojo - Wednesday, July 20, 2011 9:53 AM | Last reply by DhavalPanchal247 - Tuesday, October 16, 2012 12:41 PM -
0 Votes
Update Field with results of LINQ Query
I have a LINQ query where I get a result back.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 - Items 1 to 20 of 97891 Next ›
No announcements