Online Manual: "User Management Resource Adminstrator"
Go to: User Management Resource Administrator homepage
Script Action: Execute script
Function
This script action executes the script of another project. When the
script action has been executed, the variables in project B will be updated
and merged into project A.
Deployment
There are many situations where this script can be employed:
to reuse temporary variables. These are variables
which only contain references to data and not the actual data itself.
One example would be a wizard containing multiple project forms where
an LDAP session is established for each form. As soon as the 1st LDAP
session is closed, the variable containing the session no longer exists.
Using the Execute script script
action, the LDAP session script generating the LDAP session variable can
be called from within any project form in the Wizard.
to reuse complex scripts. Some scripts can take
a lot of time to develop and this script action offers the possibility
to reuse it for other projects;
to initialize scripts (e.g. to change the user
environment settings so that a project can easily be used in other user
environments).
The project of which you want to execute the script can be selected
in the Project name list box.
|