Applies to Product - Dynamics 365 Finance
What’s happening?
The customer wants to generate an activity log for all admin users' transactions in the system.
Reason:
The customer needs to track specific admin user transactions, which may include financial transactions and user access logs.
Resolution:
- Set up database logging for the relevant tables and fields in the system.
- Define the actions to log (insert, update, delete).
- Monitor and maintain the logs regularly.
- Be aware that setting up database logging for the relevant tables and fields may lead to performance issues.
- Note that the results from this logging process may not be user-friendly, as they are presented in the form of IDs rather than specific names.
- For detailed instructions, refer to the documentation on configuring database logging.
