Share via


AxdLedgerExchangeRateType.createList Method [AX 2012]

Creates the documents in the XML string as transactions in the database, and then gets the entity keys of the created transactions.

Syntax

public AifEntityKeyList createList(
    XML _xML, 
    AifEndpointActionPolicyInfo _actionPolicyInfo, 
    AifConstraintListCollection _constraintListCollection)

Run On

Server

Parameters

Return Value

Type: AifEntityKeyList Class
A list that contains the entity keys that define each created transaction.

Remarks

Use this class to specify the value mapping to perform. This class can be empty if no value mapping is to occur.

The createList method is implemented on the AxdBase class. If a document does not provide the corresponding action type (ReceiveDocumentList), the createList method must be overridden on the document class for the createList method to throw an error when called.

An example is the AxdPurchaseRequisition.createList method.

See Also

Reference

AxdLedgerExchangeRateType Class