Why UpdatedBy and CreatedBy are not captured?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Why UpdatedBy and CreatedBy are not captured?

jignesh
Generally applications track last_updated_stamp and last_updated_by but
ofbiz tracks last_updated_stamp and last_updated_tx_stamp. What is rational
behind this?
Reply | Threaded
Open this post in threaded view
|

Re: Why UpdatedBy and CreatedBy are not captured?

Jacques Le Roux
Administrator
You can enforce by using the enable-audit-log option
http://svn.apache.org/viewvc?revision=652226&view=revision
http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/dtd/entitymodel.xsd?r1=652226&r2=652225&pathrev=652226

You can also remove the auto stomp on entities: no-auto-stamp

By and large, check the schemas files or edit things with and XML completer editor for instance

Jacques

On Thursday, December 19, 2013 1:52 PM [hidden email] wrote
> Generally applications track last_updated_stamp and last_updated_by but
> ofbiz tracks last_updated_stamp and last_updated_tx_stamp. What is rational
> behind this?