Open Closed

Entity Tracking for MongoDB services #6698


User avatar
0
viswajwalith created
  • ABP Framework version: v7.3.2
  • UI Type: MVC
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) / MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

We would like to implement the Audit Trial for MonGo DB services, as it is not there Out of the box(if we are not wrong we are planning to implement with custom code). we tried to find the menthods/repository to have the CURD operations on "AbpEntityChanges" & "AbpEntityPropertyChanges", but not able to find the same. can you please advise.


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    The AbpEntityChanges" & "AbpEntityPropertyChanges are sub-navigation of the AuditLog aggregate root.

    So you should crud them by IAuditLogRepository

  • User Avatar
    0
    viswajwalith created

    hi

    The AbpEntityChanges" & "AbpEntityPropertyChanges are sub-navigation of the AuditLog aggregate root.

    So you should crud them by IAuditLogRepository

    Thanks for the input, Let us try the same and update you accordingly.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    sure

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11