SBM ModScript Reference → Programming SBM ModScript → Extension Functions → Ext.SolutionIdForTable( tableDbNameOrId )
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.
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.
Returns the TS_ID of the first application encountered in the database with that prefix.
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.