Salesforce

XML Export Types (Magic xpi 4.7)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

XML Export Types (Magic xpi 4.7)

The XML data that is exported from a company database must be one of the following export types. The export type determines whether the data is read-only, write/write or both. By default, the SAPB1 connector supports the ExportImportMode, which only supports read/write fields.

The following list describes each XML export type:

  • AllNodes: Exports both read-only and read/write fields from the database to XML. XML files exported using this type cannot be read by the ReadXml method.

  • ValidNodesOnly: Exports valid fields that support XML import (read/write fields only) from the database to XML. XML files exported using this type cannot be read by the ReadXml method.

  • NodesAsProperties: Exports all fields as properties from the database to XML. XML files exported using this type cannot be read by the ReadXml method.

  • ExportImportMode: Exports only valid fields that support XML import and export (only read/write fields that do not contain null values) from the database to XML. XML files exported using this type can be read by the ReadXml method.

Reference
Attachment 
Attachment