Share via


AxdTransferOrderPosting.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

  • _aifEntityKeyList
    Type: AifEntityKeyList Class
    A list of entity keys that identify the transactions to be read.
  • _xsdInfo
    Type: AifSchemaInfo Class
    An instance of the AifSchemaInfo class that specifies the XSD schema to use for filtering.
  • _actionPolicyInfo
    Type: AifEndpointActionPolicyInfo Class
    An instance of the AifEndpointActionPolicyInfo class that is used to specify the value mapping to perform.

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 class. If a document does not provide the corresponding action type the readList method must be overridden in the document class for this method to throw an error. For example, the readList method in the AxdSalesPackingSlip class.

See Also

Reference

AxdTransferOrderPosting Class