$alias.lookup
Get the entity of the Alias record.
Note: $alias.lookup method is available in the Advanced Edition only.
Syntax:
$alias.lookup( alias_name ) $alias.lookup( alias_name, group_id )
Parameters:
alias_name – the alias name
group_id – the group ID
Returns:
the entity of the Alias record.
Version Since:
2
Example:
$alias.lookup( "bob" ) = (.+) Get the Entity of the Alias "bob"