Oracle Migration Tool On Demand Guide > Migrating Modification Tracking Settings >

Elements and Sections in the Modification Tracking Settings XML Output File


Table 83 describes the elements and sections in the modification tracking settings XML output file.

Table 83. Elements and Sections in the Modification Tracking Settings XML File
Element or Section
Description

<data:ListOfEnableModificationTracking>
  <data:EnableModificationTracking>
    <data:Object>Account</data:Object>
    <data:Enabled>true</data:Enabled>
  </data:EnableModificationTracking>
. . .
</data:ListOfEnableModificationTracking>

The <EnableModificationTracking> section contains the details of the modification tracking setting for one record type (object). It includes the following elements:

  • <Object> contains the system name of the record type (object), which never changes.
  • <Enabled> contains the setting for modification tracking for the object. Valid values are true (modification tracking is enabled for the object) and false (modification tracking is not enabled for the object).
Oracle Migration Tool On Demand Guide, Release 37 Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.