0

I have a plug-in on Pre of RetriveMultiple. It works well, but does not display charts.

View and chart

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.

Community
  • 1
  • 1
Maks Martynov
  • 460
  • 3
  • 18

1 Answers1

0

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! :)

Nick
  • 353
  • 1
  • 2
  • 11
  • Oh, I already did that! My plugin doesn't display charts(I don't know how or what I break), but I want pass them back! =) – Maks Martynov Jan 02 '14 at 14:31