Input and output variables
The following table lists the input and output variables that are used by this example project and communicated with UMRA COM.
Variable
|
Type
|
Description
|
%FirstName%
|
Input
|
First name of the user account that must be created. Specified in the database read by the Visual Basic script.
|
%LastName%
|
Input
|
Last name of the user account that must be created. Specified in the database read by the Visual Basic script.
|
%UserName%
|
Output
|
The resulting name (SAM account name) of the created user account. Presented to the end-user in the browser.
|
%Password%
|
Output
|
The password generated and set for the created user account. Presented to the end-user in the browser.
|
Table 2: In- and output variables of the example project.
Note that for the form project, security access rights must be configured: The end-users that are allowed to run the script of this project must be configured. The end-users are the user accounts logged on to the computer that run the Internet Explorer and access the UMRA application.

Figure 3: The security access rights specified for the UMRA project that creates the account.
In this example project, the Administrators are configured as the users that are allowed to run this project.
|