Share via


AxdBaseCreate.setEntityKey Method [AX 2012]

Updates the entityKey class variable, which is to be returned from the createDocument method.

Syntax

protected void setEntityKey()

Run On

Server

Remarks

This method is called whenever the AxInternalBase object of the root table has been saved for the first time.

This protected method is internal to the AxdBaseCreate class, and should be called only from deserializeDocument.

See Also

Reference

AxdBaseCreate Class