XML Export of Virtual Info Areas

By default, exported XML contains the actual info area ID and XML name of virtual info areas.

To export the physical info area ID and XML name instead, define the Web Configuration parameter Export.Xml.ExportPhysicalInfoAreaIds (Type: character) and set its value to "true". For further details, see Export.Xml.ExportPhysicalInfoAreaIds.

Example:

  • Default XML export (Export.Xml.ExportPhysicalInfoAreaIds not defined):

    <field tableshort="VDOC" tablename="Doctor" fieldno="2" fieldname="Company" …>

  • Export.Xml.ExportPhysicalInfoAreaIds="true":

    <field tableshort="FI" tablename="Company" fieldno="2" fieldname="Company" …>

You can specify this option for individual report buttons by using the Export.Xml.ExportPhysicalInfoAreaIds export option. For further details, see Export Options.