Try OpenEdge Now
skip to main content
ABL Reference
ABL Syntax Reference : TENANT-NAME-TO-ID function
 

TENANT-NAME-TO-ID function

Returns the tenant ID associated with an input tenant name.

Syntax

TENANT-NAME-TO-ID ( tenant-name [ , database-name ] )
tenant-name
A character expression that evaluates to the name of a tenant.
database-name
A character expression that evaluates to a logical database name or database alias. If no database is specified and more than one database is connected, the AVM raises an error. If the database name is not a valid name for a connected database, the AVM raises an error.

Notes

*If a super tenant executes this function and tenant-name is not valid, the AVM raises an error.
*If a regular tenant executes this function, tenant-name must be the user's own tenant name or the AVM raises an error.

See also

TENANT-ID function, TENANT-NAME function