8

We recently encountered a case where a customer noticed that certain Customer Copilot features had been re-enabled in their Dynamics 365 environment—without any prior notification or indication of who made the change. Upon investigation, we discovered that D365 currently lacks audit logging or tracking capabilities for these types of configuration changes.

While it’s possible that system updates or automated processes may re-enable features, customers need full transparency and traceability for all changes—especially those that could impact data access, user experience, or compliance.

Problem

There is no built-in mechanism to:

  • Identify who enabled or modified a feature (user, service principal, or system process)
  • Determine when the change occurred
  • Understand what was changed and the before/after values

Suggested Solution

Introduce comprehensive audit logging for all feature enablement and configuration changes in Dynamics 365. This should include:

  • Who made the change (user/service principal/system)
  • When the change occurred
  • What feature or setting was modified
  • Previous and new values of the setting

Additionally:

  • Make this audit data accessible via Advanced Find, Power Platform Admin Center, or Audit History
  • Optionally, allow customers to configure notifications for changes to sensitive or critical feature flags


STATUS DETAILS
New