TENANT-NAME-TO-ID function
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Returns the tenant ID associated with an input tenant name.
Syntax
|
- 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.