XMLport components
Although in theory XMLports can operate in both an import and an export mode, in practice, individual XMLport objects tend to be dedicated to either import or export. This allows the internal logic to be simpler. XMLports utilize a process of looping through and processing data similar to that of Report objects.
The components of XMLports are:
XMLport properties
XMLport properties are shown in the following screenshot of the Properties of the XMLport object 9170:
Descriptions of the individual properties follow:
- ID: The unique XMLport object number.
- Name: The name by which this XMLport is referred to within the C/AL code.
- Caption: The name that is displayed for the XMLport; it defaults to the contents of the Name property.
- CaptionML: The Caption translation for a defined alternative language.
- Direction: This defines whether this XMLport can only Import, Export, or <Both>; the default is <Both>.
- DefaultFieldsValidation: This defines the default value...