Share via


AxdTaxIntgrExportDocData_CN.readList Method [AX 2012]

Reads posted transactions from the database and writes them to an XML string.

Syntax

public AifDocumentXml readList(
    AifEntityKeyList _aifEntityKeyList, 
    AifSchemaInfo _xsdInfo, 
    AifEndpointActionPolicyInfo _actionPolicyInfo, 
    AifConstraintListCollection _constraintListCollection, 
    AifPropertyBag _aifPropertyBag)

Run On

Server

Parameters

Return Value

Type: AifDocumentXml Extended Data Type
An XML string that contains the data of the transaction.

Remarks

The readList method is implemented on the AxdBase. If a document does not provide the corresponding action type (SendDocumentList), the readList method. It must be overridden on the document class for this method to throw an error if called. For example, AxdSalesPackingSlip.readList.

See Also

Reference

AxdTaxIntgrExportDocData_CN Class