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.
- _constraintListCollection
Type: AifConstraintListCollection Class
A collection of lists that contains the constraints that are identified for each document.
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.