Simon Hutson says in his blog http://blogs.msdn.com/b/ukcrm/archive/2011/03/10/using-plug-ins-to-modify-views.aspx?Redirected=truethat "Every time you access a view in CRM user interface, it causes the CRM platform to execute a query by raising a RetrieveMultiple request. A plug-in that intercepts this request, can modify the query before it is executed by the CRM platform".
I want to intercept view request of queueitem entity in a plugin and modify it but the problem is there isno RetrieveMultiple message for queueitem entity in PluginRegistration tool. How can I modify filter condition of a queueitem view dynamically?
Thanks