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

Elements and Sections in the Field Audit Setup XML Output File


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

Table 78. 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:ListOfFields>

The <ListOfFields> section contains details of the fields that can be audited for the record type.

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

The <Field> section contains the details for one field. It contains the following elements:

  • <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 35 Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices.