Hello all,
Pretty quick question here.
If you retrieve an entity and use New ColumnSet(True) instead of specifying the attributes and you only update or change ONE attribute, will other update events for the other fields still be triggered even though they are not changing?
For example, you retrieve Account Entity with new ColumnSet (True), change field one and call an update.
Will another plugin that is registered on the update of field 2 fire because that field was included in the retrieval even though you didn't explicitly change the value of that field?
Thank you,
*This post is locked for comments
I have the same question (0)