Views:

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:

  1. Set up database logging for the relevant tables and fields in the system.
  2. Define the actions to log (insert, update, delete).
  3. Monitor and maintain the logs regularly.
  4. Be aware that setting up database logging for the relevant tables and fields may lead to performance issues.
  5. 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.
  6. For detailed instructions, refer to the documentation on configuring database logging.