Ext.SolutionIdForPrefix()

Provides the TS_ID of the specified prefix string.

Function Signature

 int Ext.SolutionIdForPrefix( applicationPrefix )

Parameters

Parameter Type Description

applicationPrefix

Specifies an application prefix string, such as "UBG". Because application prefixes do not need to be unique, the first table with the prefix encountered is returned.

Return

Type Description

int

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

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