listOfIDXRef Document

 

The listOfIDXRef document contains data stored in the xref_IDXRef SQL Server table. The document has the following structure:

<?xml version="1.0" encoding="UTF-8"?>  
<listOfIDXRef>  
    <idXRef>  
        <name>Customer</name>  
    </idXRef>  
    <idXRef>  
        <name>Order</name>  
    </idXRef>  
    <idXRef>  
        <name>Contact</name>  
    </idXRef>  
    <idXRef>  
        <name>Payment</name>  
    </idXRef>  
</listOfIDXRef>  
  

The following table describes the elements of the document:

Element Description
idXRef Contains a name element.
Name A string of up to 50 characters indicating the object type.

The name values in this document are placed in the xref_IDXRef 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
listOfIDXRefData Document