Share via


AxdEcoResCategoryDocument.createList Method [AX 2012]

Creates the documents in the XML string as transactions in the database and retrieves the entity keys of the created transactions.

Syntax

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

Run On

Server

Parameters

  • _actionPolicyInfo
    Type: AifEndpointActionPolicyInfo Class
    An instance of the AifEndpointActionPolicyInfo class that is used this class to specify the value mapping to perform. This class can be empty if no value mapping is to occur.

Return Value

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

See Also

Reference

AxdEcoResCategoryDocument Class