Skip to content

Latest commit

 

History

History
62 lines (50 loc) · 1.48 KB

listofvaluexref-document.md

File metadata and controls

62 lines (50 loc) · 1.48 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version
Learn more about: listOfValueXRef Document
listOfValueXRef Document
listOfValueXRef Document
a788e25b-b9ec-4273-813c-8294bbee7cce
51530280
08/30/2017
v=BTS.80

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