Hi Nicola,
please check the retrieval mode in the inbound definition, for DI API, you have the following options:
- All with File Names (AllNodes)
Exports to XML all fields, both read only and read/write fields from the database
- Read/Write with Field Names (ValidNodesOnly)
Exports to XML only valid fields that support XML import (read/write fields only) from the database
- All with Public Properties (NodesAsProperties)
Exports to XML all fields as properties from the database. This is the default.
- Read/Write with Public Properties (ExportImportMode)
Exports to XML only valid fields that support XML import and export (read/write fields only that do not contain null values) from the database.
The green marked retrieval modes are using the DI object structure, the red ones are using the database fields structure.
If nothing is entered explicitly, All with Public Properties (NodesAsProperties) is defaulted.
Best regards
Bastian
P.S.: please compare it with actual documentation of Help --> Online Help, search for SAP Business One Inbound.