Share via


AxdTaxIntgrExportDocData_CN.createList Method [AX 2012]

Creates the list.

Syntax

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

Run On

Server

Parameters

Return Value

Type: AifEntityKeyList Class
Returns Aif entity key list.

Exceptions

Exception Condition
Error

Throws the error "The Axd document does not support this action."

Remarks

The createList method is implemented on the AxdBase. 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 if called. For example, createList.

See Also

Reference

AxdTaxIntgrExportDocData_CN Class