Editing the <data> block

To edit the <data> block:

  1. Edit the XML definition file in a text editor (or an XML editor).
  2. Add the fields that are required in the XML <data> block:
    <data>
      <field name='emp_name' />
      <field name='emp_lastname'/>
      <field name='emp_firstname'/>
      <field name='wrkd_work_date'/>
      <field name='wrkd_minutes'/>
      <field name='wrkd_rate'/>
      <field name='dept_name'/>
      <field name='tcode_name'/>
      <field name='htype_name'/>
      <dummy_field name='earn_code'/>
    </data>
  3. Save the XML definition file.
Note: The earn_code in the <dummy_field> tag exists only in this XML definition, where the dummy field is used as a temporary reference variable. The emp_name, wrks_work_date, wrkd_minutes, wrkd_rate, and earn_code fields are standard. You must have these fields listed in your XML definition. The standard Payroll Export Interface uses these fields in some of their features, so references to these fields are hard-coded in the system.