Getting a tenant by an external ID
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Getting a tenant by an external ID
The service also has a GetTenantByExternalId(
CHARACTER ) method that allows you to retrieve a tenant
by a user-defined external id.
Note: The
ExternalId property is
not defined as a unique key and GetTenantByExternalId( ) will throw
an error if more than one tenant is found with the requested external
ID. One can use GetTenants( ) with a filter
to retrieve a collection of tenants with a specific external ID.For more information on the:
-
ITenantentity interface, see ITenant interface -
ITenantSetentity collection interface, see ITenantSet interface