Enabling or disabling extraction for an object

To improve extraction performance, use IRC to select the objects that you want extracted. By default, the number of objects selected for extraction is 58.

Using the file ObjectList.xml you either enable or disable extraction for an object.

selected default in ObjectList.xml

Configure the XML as follows:

Setting Description
XML file name and path
  • For PeopleSoft FISCM:

    [InstallPath]\ProcessModules\XMLConfigFiles8d345ac0-7218-43af-a393-354b915d6964\ObjectList.xml

  • For PeopleSoft HRMS:

    [InstallPath]\ProcessModules\XMLConfigFiles\3fb07b2b-94e5-4ab6-aeed-259e30bf97ed\ObjectList.xml

Tag <object>
Node Add the node <selected_default>false</selected_default>
Configuration setting
  • To disable extraction for a particular object, add the node <selected_default>false</selected_default> under that particular <object> tag.
  • To enable extraction for an object, delete the node <selected_default>false</selected_default> from that particular <object> tag. This may be necessary in order to enhance extraction performance.
Default Value By default, the node <selected_default>false</selected_default> is not a part of the xml, which means extraction for an object is enabled.