listOfValueXRef Document

 

The listOfValueXRef document contains data stored in the xref_ValueXRef SQL Server table. The document has the following structure:

<?xml version = "1.0" encoding = "UTF-8"?>  
<listOfValueXRef>  
    <valueXRef>  
        <name>Country</name>  
    </valueXRef>  
    <valueXRef>  
        <name>Credit Term</name>  
    </valueXRef>  
    <valueXRef>  
        <name>Order Type</name>  
    </valueXRef>  
</listOfValueXRef>  
  

The following table describes the elements of the document:

Element Description
valueXRef Contains a single name element.
Name A string of up to 50 characters.

The name values in this document are placed in the xref_ValueXRef SQL Server table where they are mapped to unique integers used as values in other tables.

See Also

Importing Data for the Cross Referencing Functoids
listOfValueXRefData Document