RetrieveMultiple plugin does not display charts - dynamics-crm-2011

I have a plug-in on Pre of RetriveMultiple.
It works well, but does not display charts.
Have someone met solution for such problem?
Update:
I modified view with my custom GUID, if plugin found it, then performs action.
In PreRetriveMultiple I pass modified QueryExpression to context.InputParameters["Query"].
From this QueryExpression deleted my GUID and added list of records from link entity with OR condition.
Same issue:
By ZOHAIB UDDIN KHAN
His topic on community.dynamics.com with post by AASHTON that have this issue.

This is a fairly common issue. You can not remove the charts or dashboards from the query. There is not a good way to hide those views from the lists. I wish that I could explain the answer, but I can't... just the way it is.
Hope that it helps you by proving it's not just you! :)

Related

How to find which solution has a ribbon button in MS CRM 2011

I have inherited a heavily customised - hardly documented CRM 2011 instance. There are over 80 in-house managed solutions and one of them contains a ribbon button that isn't working as desired.
What is the quickest way to find which solution contains the button?
I'm figuring that I'm going to have to export the most likely candidates unzip them and search through the files in what is looking like the most epic needle and haystack adventure of my life. I would like to avoid this brute force approach if I can.
If you already have a lot of solution, can you add one more :) in that solution you can only include your Application Ribbon component and Case entity. Fix appropriate button and import solution after 80 others.
Hope it helps.
EDIT: But if that is not an option, you can find that in database. Get record in table [RibbonDiffBase] where [RDX] column contains ID of your ribbon button. Then, when you have results, check SolutionId column. You have all solution IDs which have included definition for your ribbon button.
Next, go through [SolutionBase] table and find Name of your solution (based on SolutionID).
I still preffer my first answer, it is more elegant. But, also hope that second part of answer will be helpful.
Try using Ribbon Workbench:
http://www.develop1.net/public/page/Ribbon-Workbench-for-Dynamics-CRM-2011.aspx
You will get an error logg directly when you load each solution, hopefully sith the exact faulty ribbon button also, this is not the case always, mot often!
Good luck

Documents that appear in more than one category are pasted multiple times when using Copy Selected As Table

I have to fix the problem in the title and after one day of research I realy don't know what else to try, what else to google ;)
The topic is discussed in an IBM TechNote.
But this answer isn't enough for me. I really need a workaround!
My question: Can I 'get between' the User clicking the 'Copy as table' and the actual copying of the table?
I see two ways of solving my problem (I don't know how to implement them):
If I just could show the user a Messagebox 'Use our own export agent' that would be great.
If I could convince Notes to just copy each document only once that would be even greater.
If I should make my question more precise, just ask. I will gladly edit it!
Every answer would be highly appreciated. Out of the box thinking, other approaches, I like to hear your opinion!
Friendly Greetings
Josi
Unfortunately there is no way to hook in and alter the results of the Copy Selected as Table method. If it is possible to show an "Export Friendly" view that is not categorized, that is one way to solve the problem.
I'm not sure how useful it will be to you, but many years ago I wrote a sample project for exporting views to Excel, and that should handle categorized views properly. There are surely other options available by now too (though I'm not familiar with them).

Is it possible to user Solr facets with Solr dynamic fields?

I am about to use Solr'd Dynamic Fields for the first time but my requirements state that those fields have to be facetable. I did quite a lot of googling and doc reading but I can't find a place that either confirms or denies the allegation :)
Does anyone here know?
Thanks in advance!
Andre
Yes, you can facet on dynamic fields just fine.

Rad grid custom filtering

How can I activate custom filtering for my radgrid?(I googled but I didn't get any proper response regarding this)
I have a property like AllowCustomSorting but I don't have any property regarding filtering.
Can any one provide the way how to implement custom filtering?
If possbile give me a sample page then I will understand.
Thanks in advance.
All you need to know about filtering:
http://www.telerik.com/help/aspnet-ajax/grid-basic-filtering.html
I usually do my filtering/sorting within my stored procedures as that brings huge speed benefits when working with larger tables.
I'm aware this is a fairly old question now but this link should help you:
Note that it has a sample project at the bottom of the page.
The property you are looking for is AllowFilteringByColumn="True"
This page has a sample using a dropdown and a custom filter.

cloning or copying list items in sharepoint 2007 moss

i have been asked to develop a feature of cloning list items in sharepoint. do you think it means the same as copying the list item to another list ?
i found a couple of places saying that this can be very tricky. and take care of versioning issues etc.
has someone already implemented this because i am not sure which method to follow out of the ones i found from google ? my list is a pretty basic one so i dont think i need versioning issues fixes etc.
please give me a link to help me out regarding this.
any help appreciated
Thanks
I found a solution at the below location. Hope that helps
http://www.wonderlaura.com/Lists/Posts/Post.aspx?ID=107
Do you need to clone the item to the same list as the parent item? Then it is not that tricky. See my response in this post: How to copy SPListitem from one SPList to Another SPList
I recently wrote a blog post about synchronising two lists, which sounds like what you are after.
Have a look here.

Resources