I am trying to write a general plugin that is triggered on Updates of an entity but has no prior knowledge which and how many fields were updated. Is a list of such properties available to the plugin including the value and type? Or do I have to get this somehow through reflection checking which ones are not null? In the later case, are all fields always nullable or could some have a value although they have not actually been changed?
↧