Hi All,
I'm trying to write plug-in which working on public view. When user choose called 'My View' from public view, I want to trigger my plug-in and intercept fetchXml in pre stage before return result to grid view. I tried to use RetrieveMultiple on Savedquery
entity but it doesn't trigger my plug-in when I choose my view from public view dropdown list. I need your expert suggestion what kind of message can I use rather than Execute message? In Execute message, there is nothing particular to check that Execute message
is triggering to retrieve my view and I can wrongly intercept other fetchXml.