Share via


AxdBaseCreate.deserializeDocument Method [AX 2012]

Deserializes the Axd<documentName> document, and facilitates the persistence of the document (transaction) to the database.

Syntax

protected void deserializeDocument(
    AxMapPolicy _mapPolicy, 
    AifConstraintList _constraintList, 
    boolean _calledFromCreateList)

Run On

Server

Parameters

  • _mapPolicy
    Type: AxMapPolicy Class
    The map policy that specifies what value mapping to perform.
  • _calledFromCreateList
    Type: boolean

Remarks

The Axd<documentName> document that is being deserialized is the document that is returned from the AxdBaseCreate.parmXml Method.

The deserializeDocument method is internal to the AxdBaseCreate class, and should be called only from AxdBaseCreate.createDocument Method.

See Also

Reference

AxdBaseCreate Class