Elements and Sections in the Modification Tracking Settings XML Output File

The following table describes the elements and sections in the modification tracking settings XML output file.

Table Elements and Sections in the Modification Tracking Settings XML File

Description Element or Section

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).

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