Hey Guys,
I am looking for some guidance on tracking entity changes using ABP or ASP.NET Zero. I suspect there is nothing built in specifically to track detailed entity changes because there are many ways that this can be implemented based on requirements. I am aware that ABP tracks who/when entities are modified, but I am in need of a solution that also captures details on the specific changes.
My current plan is to override ApplyAbpConcepts and use the ChangeTracker to determine what has changed so that I can log what is necessary to a table (or tables).
Is this a reasonable approach? Is there a better approach that I am missing? I just want to make sure I am not overlooking any useful utilities that may already exist as part of the framework.
Any help is greatly appreciated!
Thanks, Enigma
1 Answer(s)
-
0
Hi,
Your approach seems very good, you can do it by overriding ApplyAbpConcepts.