SBM AppScript Reference → Programming SBM AppScript → Extension Functions → Ext.TableId( tableDbOrDispName [, nameType] )
Returns the numeric ID of the specified table.
tableDbOrDispName [, nameType]
Use this argument to specify a table display name or database name. If the optional nameType parameter is omitted or equals "database," the tableDbOrDispName parameter is taken as the table's database name, such as "TS_INCIDENTS". If the nameType parameter equals "display," tableDbOrDispName is taken as the table's display name, such as "Incidents."
Returns the numeric ID of the specified table. If the table does not exist, returns zero.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.