Sets what a particular tag in the XMLport Designer corresponds to in the Microsoft Dynamics NAV database.

Applies To

XMLports

Property Value

ValueDescription

Text

The XML data in the object denoted by the NodeName Property cannot be mapped directly to the Microsoft Dynamics NAV database or when the database does not need the information. The name of the Text field in the XMLport Designer is put into a global text variable.

This variable functions just like a C/AL Global variable. However, it is not visible in C/AL Globals window but it is visible in the C/AL Symbol Menu.

Table

The object denoted by the NodeName Property corresponds to a Microsoft Dynamics NAV table. You should also select this value when a Microsoft Dynamics NAV table record needs to be initialized.

Field

Access is required to a field in the database. For this selection to be valid, you must first have declared a table as the parent of this object or attribute. Failure to do so will cause an error to occur when you try to compile the XMLport object.

Remarks

This property is directly related to the SourceType field in the XMLport Designer.

See Also