Share via


AxdPriceDiscountJournal.readList Method [AX 2012]

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

Syntax

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

Run On

Server

Parameters

  • _entityKeyList
    Type: AifEntityKeyList Class
    A list of entity keys that identify the transactions to be read.

Return Value

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

See Also

Reference

AxdPriceDiscountJournal Class