SysExtensionSerializerExtensionMap::getBaseTableRole Method
Gets the role name of the specified extension table's base table.
Syntax
client server private static str getBaseTableRole(TableId _extensionTableId)
Run On
Called
Parameters
- _extensionTableId
Type: TableId Extended Data Type
The specified extension table ID.
Return Value
Type: str
The role name of the base table.
Remarks
The role name of the base table is set in the extension table's relation to the base table.
By default, this method returns the name of the base table as the role name.
In the relation, if the UseDefaultRoleNames value is set to Yes, the default value of the related table role is the name of the related table (base table).
There may be more than one relation to the base table, but this method uses only the mapping field that is related to the relation.