Closed Zahar661 closed 5 years ago
I have intentionally disabled it. Because of InsertDate and InsertUser should be in the table field. there is no data change to log actually while inserting. Another issue is bulk inserting the large dataset will be very slow when insert audit log is enabled.
By the way, you may enable it if you need.
Hi! Thanks for good job! Sorry for write on closed issue, so my issue about this. I used ex version and I update it, So now I didn't see Create and Delete log. How I can enable it? Is there a way you can suggest? Thanks Again...
implement IAuditLog
in which Row/Entity you want to log. like the following
public sealed class OrderRow : Row, IIdRow, INameRow, _Ext.IAuditLog
Hi again,
I already implement it and It worked perfect in ex-version. But last version seem just "update" logs. I looked for your azure sample website and I saw same issue in there too. I added a new customer as "abc" then looked logview and I did'nt see a log for this record.
Please uncomment the highlighted code (shown in the screenshot above) for now.
Hi! Work super, thanks! Why was insert disabled? Error in handler.Old or is there information in the first version of the update?