Skip to content

Latest commit

 

History

History
80 lines (68 loc) · 2.17 KB

listofmessagedef-document.md

File metadata and controls

80 lines (68 loc) · 2.17 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version
Learn more about: listOfMessageDef Document
listOfMessageDef Document
listOfMessageDef Document
0f2787cf-7294-4f13-9b72-fef76f91a335
51526254
08/30/2017
v=BTS.80

listOfMessageDef Document

 

The listOfMessageDef document contains data stored in the xref_MessageDef and xref_MessageArgument SQL Server tables. The document has the following structure:

<?xml version="1.0" encoding="UTF-8"?>  
<listOfMessageDef>  
    <messageDef>  
        <code>INVALID_CREDIT</code>  
        <description>The credit code is not valid.</description>  
        <argumentName idXRefName="Credit Type">Credit Type</argumentName>  
    </messageDef>  
.  
.  
.  
</listOfMessageDef>  
  

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

Element Attribute Description
messageDef Contains code, description, and argumentName elements.
code A string of up to 50 characters that uniquely identifies the message.
description A string of up to 1000 characters describing the message.
argumentName A string of up to 50 characters that is the name of the argument inserted in the message.
argumentName idXRefName A string of up to 50 characters that must match one of the idxRefName values in the listOfIDXRef document.

The code element is mapped to a unique identifier used as a value in other tables.

See Also

Importing Data for the Cross Referencing Functoids
listOfIDXRef Document
listOfMessageText Document