Hi experts,
I have made a Assembly with a couple of plugins for a Model Driven App in Power Apps. I'm using the Plugin Registration Tool to add plugins/debug them. Everything was working fine until I imported the solution I made to Production. In production Filters were not working. So I tried exporting without Plugin Profiler/ with Profiler... Now in Test environment the filters are also not working.
A example:
I have a plugin that will fire when Price field of Training Entitie changes (Update: Filter attribute, Price).
I have another plugin that will fire when StartBudget field/StartDays field of TraineeBudget Entitie changes (Update: Filter attribute, StartBudget & StartDays).
When I change the comment field of Training Entitie (which is not included in Filter attributes) and save the Training record it fires the first Plugin. This plugin would make changes to the TraineeBudget Entitie, remaining budget field and remaining days field. This causes the second plugin also to fire (while this plugins only would fire on startbudget, startdays).
I disabled all workflows to make sure these weren't causing it.. I also tried changing my Plugins from Postoperation to Preoperation to see if this would make any change but filters are still not working. I looked all over the internet to find a solution to my issue but nothing changes..
Best Regards,
Anthony