Share via


AxInternalBase::tableId2AxBCClassId Method [AX 2012]

Gets the ID of the AxBC class that corresponds a particular table.

Syntax

client server public static ClassId tableId2AxBCClassId(TableId _tableId)

Run On

Called

Parameters

Return Value

Type: ClassId Extended Data Type
The ID of the AxBC class that corresponds to the particular table.

Remarks

The tableId2AxBCClassId method retrieves the ID of the AxBC class that corresponds to a table ID specified as input. This is performed by adding a prefix of Ax to the table name.

See Also

Reference

AxInternalBase Class