AxdUnit.create Method [AX 2012]

Creates the document in the XML string as a transaction in the database tables and returns the entity key of the created transaction.

public AifEntityKey create(
    AifDocumentXml _xml, 
    AifEndpointActionPolicyInfo _actionPolicyInfo, 
    AifConstraintList _constraintList)

Run On

Server

Parameters

_xml
Type: AifDocumentXml Extended Data Type
An XML string that contains the data (transaction) to persist to the database.
_actionPolicyInfo
Type: AifEndpointActionPolicyInfo Class
An instance of the AifEndpointActionPolicyInfo class that specifies the value mapping to perform; otherwise, an empty class.
_constraintList
Type: AifConstraintList Class
A list that contains the constraints that are identified for the document.

Return Value

Type: AifEntityKey Class
The entity key that defines the created transaction.

The create method is implemented in the AxdBase class. If a document does not provide the corresponding action type (ReceiveDocument), the create method on the class for that document type must be overridden. If the create method is called, it throws an error.

Community Additions

ADD
Show: