Share via


AxdAssetMajorType.createList Method [AX 2012]

Creates the documents in the XML string as transactions in the database and returns 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 that is used 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

AxdAssetMajorType Class