AxdBase.getTableIdForEntityKey Method [AX 2012]

Gets the table ID that will be used in the entity key.

Syntax

public TableId getTableIdForEntityKey()

Run On

Server

Return Value

Type: TableId Extended Data Type
The table ID that will be used in the entity key.

Remarks

The getTableIdForEntityKey method is implemented on the AxdBase Class. The method should only be overridden by the document class if the table that will be used for the entity key is not identical to the "root" table of the query that corresponds to the document class.

The method is intended only to be used internally, and should not be called through the interface.

See Also

Reference

AxdBase Class