Share via


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

Run On

Server

Parameters

Return Value

Type: AifEntityKeyList Class
A AifEntityKeyList object that contains the entity keys that define each transactions that is created.

See Also

Reference

AxdPriceDiscountJournal Class