Share via


AxdRetailCatAttrib.findList Method [AX 2012]

Finds posted transactions from the database, and then writes them to an XML string.

Syntax

public AifDocumentXml findList(
    AifQueryCriteria _queryCriteria, 
    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 transactions.

Remarks

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

See Also

Reference

AxdRetailCatAttrib Class