Sets a variable name for the table that you have specified in the SourceTable Property. It is also used to specify a variable name for a text that you have specified in the SourceType Property.

Applies To

XMLports

Remarks

The text or table variables that you define here act the same way as variables that are defined in the C/AL Globals window. However, these variables are only visible in the C/AL Symbol Menu.

The values of the VariableName and SourceTable Property correspond to the contents of the DataSource field in XMLport Designer. The values that you enter in these properties in the Properties window are shown in the DataSource field in XMLport Designer.

If you have defined a text variable, you can only see the name of the text variable in the DataSource field in XMLport Designer.

If you have defined a table as an XML item, the DataSource field can display the following information.

Properties window SourceTable Properties window VariableName XMLport Designer DataSource field

Customer

<Customer> default

<Customer>(Customer)

Customer

Cust.

Cust.<Customer>

See Also