Transaction logging [message #780780] |
Thu, 19 January 2012 11:03 |
Thomas Messages: 9 Registered: December 2011 |
Junior Member |
|
|
Hi,
I want to log each transaction in the following way:
For each entity inserted/deleted/updated between transaction.begin() and transaction.commit() a transaction-id should be written both into the history table corresponding to the changed entity and into a "transaction-log-table". An entry in the transaction-log-table should also include e.g. a list (as string) of the tables/entities involved in the transaction.
I have already created a history customizer but have no idea how to handle the transaction (not entity) specific logging.
Any help would be very appreciated!
Thomas
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04133 seconds