Oracle Migration Tool On Demand Guide > Migrating Field Audit Setup Information >

Elements and Sections in the Field Audit Setup XML Output File


Table 75 describes the elements and sections in the field audit setup XML output file.

Table 75. Elements and Sections in the Field Audit Setup XML File
Element or Section
Description

<data:ObjectName>Account</data:ObjectName>

<ObjectName> contains the system name of the record type (object), which never changes.

<data:AuditRecordCreation>true
</data:AuditRecordCreation>

<AuditRecordCreation> specifies whether the creation of records of this record type is tracked (true) or is not tracked (false).

<data:AuditRecordDeletionOrRestore>true
</data:AuditRecordDeletionOrRestore>

<AuditRecordDeletionOrRestore> specifies whether the deletion and restoration of records of this record type are tracked (true) or are not tracked (false).

<data:ListOfFields>
  <data:Name>Furigana Name</data:Name>
  <data:IsAudited>true</data:IsAudited>
. . .
</data:Field>

<ListOfFields> lists the fields that can be audited for the record type. For each field, the following elements are specified:

  • <Name> contains the system name of the field, which never changes.
  • <IsAudited> specifies whether changes to the field are tracked (true) or are not tracked (false).
Oracle Migration Tool On Demand Guide, Release 33 Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.