Share via


AxdBaseCreate.findCorrespondingTableId Method [AX 2012]

Finds the table ID of the table that corresponds to the specified AxInternalBase Class object.

Syntax

protected TableId findCorrespondingTableId(Object _object)

Run On

Server

Parameters

  • _object
    Type: Object Class
    An object that is an instance of AxInternalBase.

Return Value

Type: TableId Extended Data Type
The table ID of the table that corresponds to the AxInternalBase object.

See Also

Reference

AxdBaseCreate Class