SBM ModScript Reference → Programming SBM ModScript → Extension Functions → Ext.SolutionIdForTable()
Provides the TS_ID of an application with the specified primary table.
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. |
Type | Description |
---|---|
int |
Returns the TS_ID of the application. 0 if not found. |
SBM ModScript version: 11.3.
For details on the TS_ID, refer to Identifying Records by TS_ID and Table ID.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.