AxdSalesOrder.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(
    AifDocumentXml _xml, 
    AifEndpointActionPolicyInfo _actionPolicyInfo, 
    AifConstraintListCollection _constraintListCollection)

Run On

Server

Parameters

  • _actionPolicyInfo
    Type: AifEndpointActionPolicyInfo Class
    An instance of the AifEndpointActionPolicyInfo class that specifies 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.

Remarks

The _constraintListCollection parameter must be an instantiated, empty AifConstraintListCollection object. It is populated when the createList method is run.

See Also

Reference

AxdSalesOrder Class