Share via


AxdIntrastatReport.createList Method [AX 2012]

Creates the documents in the XML string as transactions in the database, and then returns 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 of the created transactions.

Remarks

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

See Also

Reference

AxdIntrastatReport Class