0
IbrahimSarigoz created
Hello, when updating any property of a record, I want to show the changes made to the entity previously. How can we make this connection? Is there a way to reflect the logs this way?
- ABP Framework version: v7.4.X
- UI Type: MVC
- Database System: EF Core ( Oracle)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
1 Answer(s)
-
0
Hello srgzibrahim@gmail.com,
Abp support Audit Logging, which also includes Entity Changes, which include logging changes of an entity in the web request. Please have a look at documentation and share your thoughts https://docs.abp.io/en/abp/latest/Audit-Logging https://docs.abp.io/en/commercial/latest/modules/audit-logging
regards,