You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Related Pages:

All macros that get information from aliases are deprecated since Builder 7.5.0. Please use the new Alias Reader instead.

Syntax
getHostFromAlias()
SemanticsReturns the name of the backend server (name of the node instance), to which the alias is linked.
Examples
set hostName = getHostFromAlias();

Example File (Builder project E2E Action Language/Operating):

<your example path>\E2E Action Language\Operating\uml\deploymentMacros.xml

  • No labels