I am triggering an action which gets data from an external api and updates an opportunity (input parameter for referenz). In this process i update several custom fields, but no standard fields. When i open the single view for the updated opportunity after i triggered the plugin, there is a auto generated post in the timline which states
"XYZ changed the Probability from 90% to 90%"
That's annoying cause the field didnt change at all. I seems that these post is generated (i see in plugin trage log) by "Microsoft.Dynamics.Activities.PostPlugins.PreRetrievePost" on retrieve of the oppportunity but cant find that in settings -> customize -> Sdk Message Processing Steps.
How could i get rid of that auto generated message when that field did not change its value?
Is there a way to update my custom fields without triggering this?