Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.