Hi,
At the following link regarding auditing
http://wiki.orbeon.com/forms/doc/developer-guide/form-runner/auditing, Orbeon stated following:
-
created tells you when given the data (e.g. attachment to a form for the orbeon_form_data_attach).
-
last_modified tells you when the data was last changed.
-
username tells you who did that change.
-
deleted tells you if the data is marked as deleted, and hence invisible to users.
With Orbeon 4.4 release a two columns are introduced "last_modified_by and last_modified_time".
I can see that "last modified" has changed to "last modified time", but what is the different between "username" and "last_modified_by" regarding audit. Does these two columns contains the same value or are they different?