Hi,,
I have plugin written on retrievemultiple of entity. It triggers on subgrid view. This plugins works on normal UI of dynamics 365.
But when I try this through model driven app, this plugin does not works.
While debugging the plugin I found out that.
Context.inputparmeter["Query"] return me FetchExpression object in model driven app and Context.inputparmeter["Query"] return me QueryExpression object in normal UI. exactly there my code breaks.
Can anyone help me out with how to handle this situation and how retrieveultiple return different object in model driven app and normal UI.