Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 1.46 KB

listofmessagetext-document.md

File metadata and controls

58 lines (47 loc) · 1.46 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version
Learn more about: listOfMessageText Document
listOfMessageText Document
listOfMessageText Document
4cd90d1f-aa32-4844-b7f9-206e5a001336
51527888
08/30/2017
v=BTS.80

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