Get Application

Get the Application object based on Application Name.

get_Application_takes an_Application_Name and returns the matching_Application Object_.

Usage

get_Application_(FQN)

Where:

FQN: Is the qualified name of the Application to be retrieved.

Returns

Application Object

A qualified name can include as many Domain names as is necessary to uniquely identify the Application. If the Application name is unique within the Domains to which the invoking user has access then no qualification is necessary. Only if there is more than one Application with the same name (in different accessible domains) will it be necessary to qualify the Application name with the domain in which it is located.

Examples

1) Retrieve an Application.

set appobject = get_Application_(“ITGuys”);

2) Retrieve an Application specifying the enclosing domain:

set appobject = get_Application_(“Project1.ITGuys”);

Further descriptions of Application Objects are found in the high level section named DMScript Objects, in the section named Application.

See Also

get_Component_(), getcredential(), get_Environment_(), getserver(), getuser(), getusergroup()