- Contents
Interaction Designer Help
Get DS Parameter
This System tool queries a server or system parameter directly. If the parameter does not exist, this tool can also be used to create it.
Inputs
Parameter Source
This literal string must be either "SERVER" or "SYSTEM."
Parameter Name
The name of the parameter being queried.
Add Parameter?
Set this to True if you want the server parameter to be added if it does not exist already.
Default Value
The default value of the specified parameter. This value will be assigned to the parameter if it is being created by this tool.
Outputs
Value
The value of the parameter.
Exit Paths
Success
This path is taken if the value for the specified parameter is retrieved.
Failure
This path is taken if the operation fails.