Share via


AxdBaseCreate.createDocument Method [AX 2012]

Creates a document (transaction) in Microsoft Dynamics AX from the XML data stored in this class.

Syntax

public AifEntityKey createDocument(AifConstraintList _constraintList)

Run On

Server

Parameters

Return Value

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

Remarks

The AxdBaseCreate class is a delegate class to the AxdBase class, and the AxdBaseCreate.createDocument method corresponds to the AxdBase.create method.

This method is intended to be called only from AxdBase.create.

See Also

AxdBaseCreate Class

AxdBase Class

AifEntityKey Class

AxdBaseCreate.createDocument Method

AxdBase.create Method