SysExtensionSerializerExtensionMap::getBaseTableId Method [AX 2012]

Gets the table ID of the base table for the current extension table.

client server public static TableId getBaseTableId(TableId _extensionTableId)

Run On

Called

Parameters

_extensionTableId
Type: TableId Extended Data Type
The table ID of the extension table.

Return Value

Type: TableId Extended Data Type
The table ID of the base table.

This method should be overridden when a new extension table is added.

Show: