How to enable field level auditing for Data Reference fields?

Hi,

Field level auditing currently supports scalar and Embedded data fields. Is there any other way to enable auditing for Data Reference fields in 25.1?

Unfortunately, this is not supported, see Enabling field-level auditing.

Create a “[data object] changes” embedded data (list)

Although there is no “one click” configuration for it. You could look to do this yourself via pre/post processing on the flow actions that allow changes to the data reference? The fact you want to track changes to this list, there is a clear importance of that data reference. So I am assuming your app would already tightly control this AND likely do some processing/notifications if that changes? (e.g. If the delivery address for an order changes, we need to update the warehouse/courier).

  1. You could extend this to copy the data reference changes into an embedded data object that tracks the history of the changes.
  2. You can place that data object on a Case Tab, either along side simple field level audit changes or in its own dedicated tab