Share via


AxdLineDiscount.createList Method [AX 2012]

Creates the documents in the XML string as transactions in the database and gets 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.
  • _actionPolicyInfo
    Type: AifEndpointActionPolicyInfo Class
    An instance of the AifEndpointActionPolicyInfo class that is used to specify the value mapping to perform; optional.

Return Value

Type: AifEntityKeyList Class
An error message that states that the action is not supported for this document.

Remarks

This action is not supported by the document for this class.

See Also

Reference

AxdLineDiscount Class