listOfMessageText Document

 

The listOfMessageText document contains data stored in the xref_MessageText SQL Server table. The document has the following structure:

<?xml version="1.0" encoding="UTF-8"?>  
<listOfMessageText lang="en-us">  
    <messageText code="INVALID_CREDIT">Invalid Credit '%1'</messageText>  
.  
.  
.  
</listOfMessageText>  
  

The document contains one or more messageText elements. The following table describes the parts of the document:

Element Attribute Description
messageText A parameterized string of up to 1000 characters containing the text of a message.
messageText Code A string of up to 50 characters that must match one of the code values in the listOfMessageDef document.

See Also

Importing Data for the Cross Referencing Functoids
listOfMessageDef Document