I have a plugin which runs on Pre Validation, where on update of the Status field, the Modified On and Modified By of the record should not be updated. We set the statuscode and statusreason as Filtering attributes of the plugin step and removing of the Modified On and Modified By fields from the attributes to update so those fields will not be included in the update.
This smoothly worked when we're updating other fields aside from the status fields.The issue only happen when updating the status.
Any ideas why does this happen or what can we consider with our approach?
Thanks in advance!