biuan SAP® BUSINESS ONE SDK
API Bo Xml Export Types

Description

Defines the type for exporting an object to XML.

Members

MemberValueDescription
xet_AllNodes0Export to XML all fields (both read only and read/write fields) from the database. (XML files exported using this type cannot be read by the ReadXml method.)
xet_ValidNodesOnly1Export to XML only valid fields that support XML import (read/write fields only) from the database. (XML files exported using this type cannot be read by the ReadXml method.)
xet_NodesAsProperties2Export to XML all fields as properties from the database. (XML files exported using this type cannot be read by the ReadXml method.)
xet_ExportImportMode3Export to XML only valid fields that support XML import and export (read/write fields only that do not contain null values) from the database. (XML files exported using this type can be read by the ReadXml method.)

SAP® B1 DI-API C# definition

public enum BoXmlExportTypes { xet_AllNodes, xet_ValidNodesOnly, xet_NodesAsProperties, xet_ExportImportMode }


SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates