Online Manual: "User Management Resource Adminstrator"
Go to: User Management Resource Administrator homepage
Script Action: Format Variable Value
Function
Formats the variable value according to the specified format
functions. With this action you can specify several formatting
functions that are consecutively applied on the value of the input
variable. The resulting value is stored in the same variable.
Deployment
This script action is
typically used to remove undesired characters from the variable value
or limit the length of the variable value. The original content of the
variable often is determined by a user provided import file. Such a file
is likely to contain some irregularities, or the format may be not always
be exactly correct. This action helps to correct such problems. For instance,
by removing any trailing blanks in the value.
Properties
|
Property Name |
Description |
Typical setting |
Remarks |
|
Variable |
The name of the variable that contains the
value to be formatted. |
|
The resulting formatted value will be stored
in the same variable |
|
Number of Formatting functions Applied |
Lists the number of formatting functions that
are applied |
|
This is a read only value shown for informational purposes. Double click
to open a dialog to configure the formatting functions.
|
|
Test Name |
A example value that can be specified to test
the result of the formatting functions on a value |
|
This value is not used when the script is
run |
|
Formatting functions. |
A list of formatting functions that are consecutively
applied to the value of the variable. |
|
This property is not directly shown in the
right pane of the Project. Double click any property to open a dialog
that reveals a button to specify the functions used |
Specifying Formatting functions.
Double clicking on any property shows a dialog to configure the properties
of this action. Select the Format functions
button to specify which functions to use and in at order that they
are applied. See Name
Generation: Formatting functions for more information.
More information:
Principle of operation
Project operations - Input data
Project operations - Manage script actions
Project operations - Variables
Help on help
|