No announcements
Found 29217 threads
-
0 Votes
QueryExpression not working
Guid hollidayId=new Guid("7c8554ta-6da1-e211-ac9c-00175d089f06"); QueryExpression query = new ...Answered | 9 Replies | 2076 Views | Created by blucas2006 - Thursday, April 11, 2013 4:08 AM | Last reply by blucas2006 - Tuesday, April 16, 2013 2:08 AM -
0 Votes
Plugins
One more question: In this case my plugin will be triggered every time any kind of 2 (or more) entities get associated by any native N:N relationship (so it will ...Answered | 5 Replies | 1585 Views | Created by gMary - Sunday, March 1, 2015 4:52 PM | Last reply by gMary - Thursday, March 19, 2015 1:54 PM -
1 Votes
FetchExpression Or QueryExpression
However, fetchxml (or queryexpression) does not support a FULL outer join.Answered | 3 Replies | 7355 Views | Created by RajeshSownthar - Friday, March 4, 2011 9:37 AM | Last reply by Jamie Miley - Friday, March 4, 2011 2:24 PM -
0 Votes
QueryExpression and SUM/GROUP BY
I suppose if I want to add conditions to my request, I'd have to add filter/condition tags inside my xml query string ?Answered | 2 Replies | 11073 Views | Created by Jean-Francois McNeil - Wednesday, May 13, 2009 4:23 PM | Last reply by Jean-Francois McNeil - Wednesday, May 13, 2009 4:46 PM -
0 Votes
QueryExpression in CRM 2011
refer the second code block in my post .......i mentioned the filter expression for both logical and ...Answered | 6 Replies | 2390 Views | Created by RavideepBansal - Tuesday, January 29, 2013 9:44 AM | Last reply by SASANK K (MCTS) - Tuesday, January 29, 2013 11:48 AM -
2 Votes
difference between QueryExpression and QueryByAttribute
With queryExpression you can query complex conditions like joins, linked entities etc.Answered | 2 Replies | 4388 Views | Created by KishenK - Monday, July 11, 2011 9:42 AM | Last reply by HIMBAP - Monday, July 11, 2011 10:30 AM -
3 Votes
Fetch leads which are not created by SalesPerson Using QueryExpression
qe = new QueryExpression(); FilterExpression filter = new FilterExpression(); qe.ColumnSet = new ColumnSet(true); qe.EntityName = ...Answered | 13 Replies | 2512 Views | Created by DhavalPanchal247 - Tuesday, October 30, 2012 8:48 AM | Last reply by DhavalPanchal247 - Tuesday, October 30, 2012 12:21 PM -
0 Votes
Plugin QueryExpression with daterange filter
CRM2016 I am reading an XML file which has a date string formatted as yyyy-mm-dd I need to use a query expression to look up a record which has that date or date ...Answered | 2 Replies | 1092 Views | Created by Pete Newman - Tuesday, October 4, 2016 7:47 PM | Last reply by Pete Newman - Tuesday, October 4, 2016 9:30 PM -
0 Votes
QueryExpression
QueryExpressions simply don't allow that.Answered | 7 Replies | 10520 Views | Created by Onur T_ - Wednesday, January 13, 2010 8:23 AM | Last reply by mardukes - Wednesday, January 13, 2010 5:41 PM -
0 Votes
QueryExpression top 1
Is it possible to only return the top 1 record in a QueryExpression?Answered | 2 Replies | 3412 Views | Created by Pete.CRM - Tuesday, June 24, 2014 9:14 AM | Last reply by Laughing John - Tuesday, July 1, 2014 5:53 PM -
0 Votes
CRM 4 Plugin
And; filter .Answered | 31 Replies | 7617 Views | Created by Mostafa Moatassem - Tuesday, June 14, 2011 12:19 PM | Last reply by DavidBerry - Thursday, June 16, 2011 11:22 PM -
0 Votes
failed in plugin
Try register the plugin in the asynchronous mode Batistuta Cai-刀客 | 蔡敏生 | MS CRM MVP | Blog:http://caims.cnblogs.comAnswered | 11 Replies | 7291 Views | Created by Jeff.Han - Thursday, August 13, 2009 6:05 AM | Last reply by Batistuta Cai - Wednesday, August 19, 2009 3:36 AM -
1 Votes
Retrieve current user role in plugin
MSCRMService.CrmService _service = new CrmService(); _service.Credentials = ...Answered | 4 Replies | 7177 Views | Created by Divya Sekaran - Friday, February 19, 2010 1:29 AM | Last reply by Shane Baartman - Thursday, November 18, 2010 9:15 AM -
0 Votes
execute message in plugin
Hi Vinoth, Thanks for the input,it seems to be static condition only but i also need it to filter only if the user has a particular role.I think its somewhat difficult.Answered | 10 Replies | 6404 Views | Created by Divya Sekaran - Friday, March 5, 2010 1:36 PM | Last reply by Divya Sekaran - Friday, March 5, 2010 2:52 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 -
6 Votes
CRM 2011 - QueryExpression - RetrieveMultiple - NullReferenceException
...Answered | 14 Replies | 9307 Views | Created by m83 - Thursday, August 4, 2011 12:22 PM | Last reply by m83 - Friday, August 5, 2011 7:31 AM -
0 Votes
Modifying view by plugin
Hi Gagik, How did you manage to get the view name in the plugin?Answered | 9 Replies | 4196 Views | Created by Gagik Kyurkchyan - Wednesday, August 24, 2011 11:54 AM | Last reply by Swaroop_d - Thursday, June 19, 2014 8:31 PM -
2 Votes
Error When Hiding Views with Plugin
converted it to QueryExpression -> Add conditions -> convert back QueryExpression to FetchXML but its not working for Outlook.Answered | 7 Replies | 7323 Views | Created by Timothy Hays - Wednesday, July 20, 2011 5:50 PM | Last reply by Abish Asharaf - Wednesday, August 22, 2012 10:20 AM -
0 Votes
Plugin for retreiving user roles and filtering the records
Hi Divya, Please check following link, which provide code to filter queues based on users business unit..use this as referance and build your plugin code for kb ...Answered | 3 Replies | 5515 Views | Created by Divya Sekaran - Thursday, February 18, 2010 1:58 PM | Last reply by mardukes - Thursday, February 18, 2010 7:38 PM -
0 Votes
CRM 2013 - C# Plugin
Or if you want to fetch all addresses that existed for any contact/account, remove the filter criteria.Answered | 24 Replies | 1922 Views | Created by Shaun Harrison - Wednesday, June 18, 2014 10:57 AM | Last reply by Shaun Harrison - Thursday, June 19, 2014 8:48 AM - Items 1 to 20 of 29217 Next ›
No announcements