Share via


AxdUnitConversion.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

  • _xml
    Type: XML Extended Data Type
    An XML string that contains the data (transactions) to persist to the database.

Return Value

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

See Also

Reference

AxdUnitConversion Class