Ext.SolutionIdForTable( tableDbNameOrId )

Description

Provides the TS_ID of an application with the specified Primary table. For details on the TS_ID, refer to Identifying Records by TS_ID and Table ID.

Argument

tableDbNameOrId

Use this argument to return the TS_ID of the application with the specified Primary table. If tableDbNameOrId is a non-numeric string, it is taken as the table's database name, such as "TS_INCIDENTS"). If it is numeric, it is taken as the table's TS_ID.

Return Values

Returns the TS_ID of the first application encountered in the database with that prefix.

Related Topics

Extension Functions