Is it possible to intercept a DataService commit call and modify data before it gets set over the wire? We thought about trying to extend or override the commit function in the DataServices class, but it seems that the function may be 'final'.
Most of our destinations use auto commit, but in some cases we would like to inject some admin data before the object is committed to the database. Thanks in advance for any suggestions on how to achieve this. - Kevin

