I know that the BriefcaseExporter class has an IncludeAuditData property that allows for including the audit data in the exported briefcase, but when exporting the briefcase as a Stream and importing it with a BriefcaseImporter, it doesn't seem to carry that data over.
For example, a document with Entry ID 123 was created on 5/3/2024 by user ABC.
On 5/10 we use an SDK script whose session uses the DEF account to migrate the document with IncludeAuditData set to true.
On the destination server's Audit Trail, the document's Entry ID in the destination repository (let's say 234) will say that it was created on 5/10 by user DEF, and there is no record of the document being created on 5/3 or that it was by user ABC.
Is there any way to bring that source repository audit data over?