Ext.SolutionIdForTable()

Provides the TS_ID of an application with the specified primary table.

Function Signature

 int Ext.SolutionIdForTable( table )

Parameters

Parameter Type Description

table

Variant

Returns the TS_ID of the application with the specified primary table. If table is a non-numeric string, it is taken as the table's database name, such as "UBG_ISSUES". If it is numeric, it is taken as the table's TS_ID.

Return

Type Description

int

Returns the TS_ID of the application. 0 if not found.

Technical Details

SBM ModScript version: 11.3.

Notes

For details on the TS_ID, refer to Identifying Records by TS_ID and Table ID.

Related Topics

Extension Functions