SysExtensionSerializerExtensionMap::getBaseTableId Method
Gets the table ID of the base table for the current extension table.
Syntax
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.
Remarks
This method should be overridden when a new extension table is added.