Online Manual: "User Management Resource Adminstrator"
Go to: User Management Resource Administrator homepage
Built-in variables
A built-in variable is a variable that is generated automatically by
UMRA. These variables can be used for logging and script-debugging purposes.
The built-in variables are predefined. The following list shows all of
the built-in variables.
|
Variable
name |
Example value |
Description |
|
%NowYear% |
2005 |
The current year (2004,...). The value is
generated when a script is executed by either the UMRA Console of UMRA
Service application. |
|
%NowMonth% |
11 |
The current month (1,...,12). The value is
generated when a script is executed by either the UMRA Console of UMRA
Service application. |
|
%NowDay% |
26 |
The current day (1,...31). The value is generated
when a script is executed by either the UMRA Console of UMRA Service application. |
|
%NowHour% |
14 |
The current hour (0,...,23). The value is
generated when a script is executed by either the UMRA Console of UMRA
Service application. |
|
%NowMinute% |
35 |
The current minute (0,...,59). The value is
generated when a script is executed by either the UMRA Console of UMRA
Service application. |
|
%NowSecond% |
9 |
The current second (0,...,59). The value is
generated when a script is executed by either the UMRA Console of UMRA
Service application. |
|
%UmraFormSubmitAccount% |
Domain_A\WillliamsJ |
The name of the user account that runs the
UMRA Forms or UMRA Console application and submits a form to the UMRA
Service. The variable value is determined by the UMRA Service when a form
submit request is received. |
Note: When the value of a built-in
variable is generated, an existing value of a variable with the same name
is overwritten.
More information:
Principle of operation
Form project - Principle of operation
Project operations - Input data
Project operations - Manage script actions
Built-in variables
Help on help
|