Ext.PrimaryTableId( applicationPrefixOrId )

Description

Provides the TS_ID of a Primary table for a specific application. For details on the TS_ID, refer to Identifying Records by TS_ID and Table ID.

Argument

applicationPrefixOrId

If applicationPrefixOrID is a non-numeric string, it is taken as the application's prefix, such as TTS. Because application prefixes do not need to be unique, the first table with the prefix encountered is returned. If applicationPrefixOrID is numeric, it is taken as the application's TS_ID.

Return Values

Returns the TS_ID of the Primary table for the specified application.

Related Topics

Extension Functions