Not sure if anyone has seen this yet but I am stuck debugging CRM online plugins that don't appear to change all the time when upated using the most recent version of the plugin registration tool.
At first I thought maybe I was doing something wrong so I went and invoked the ITracingService
My first message was "=== v0.1"
I build and updated the plugin
I then update the record the plugin step was set to execute on.
As expected the plugin trace log had an output of the message
I then changed the message to "=== v0.2"
I repeated the steps and the plugin trace log had "=== v0.1"
I waited a minute and re-ran the test, "=== v0.2" oh okay I thought maybe I was just too fast to test
moments lated"=== v0.1" what?!
What is going on with this product? Can anyone explain this?
Is there a better way to investigate CRM Online plugin data rather than tracing? (not on-premise)
An already cumbersome process has become even worse.