Hi everyone,
I am looking for a way to track CRUD operations on predefined tables.
I am working on a customization that requires a specific action to trigger when a CRUD operation happens on a predefined table.
The Table, fields and operation to be tracked are defined in a setup so they are not fixed.
I am considering the possibility of Microsoft disabling extensibility on system tables which is why I am looking for an alternative solution to leveraging Databaselogs /EventCUD.
Thanks