Add |
In the Input Parameters tab, click to add input parameters to the lookup. The parameters you specify here could represent parameters being passed in from the upstream on the work order, or parameters that have been generated by another lookup, or both. |
Name |
In the Input Parameters tab, click on a parameter and edit in the Input Parameter Details area, as required, the name of the parameter. |
Mapping Type |
In the Input Parameters tab, click on a parameter and select any one of the following from the list:
-
Select Environment Setting to enable you to configure an environment variable as an input to the lookup. You may also specify a default value to assign to the variable if the environment variable is not actually defined at runtime.
Note: The Use Environment ID check box is not applicable to ASAP.
-
Select Input Parameter to specify that a parameter will be provided to the lookup, as specified in the Upstream Interface Parameter field, from the incoming transformed XML document.
-
Select Lookup to specify that a parameter will be provided to the lookup from the output of another lookup that executes prior to this one. You must select the Lookup name and Lookup Output Parameter as follows:
- Lookup: Name of another lookup in the same project.
- Lookup Output Parameter: Another lookup's output parameter which will be an input to this lookup.
|
Add |
In the Output Parameters tab, click to specify the new output parameters produced by the lookup. |
Name |
In the Output Parameters tab, click on a parameter and edit in the Output Parameter Details area, as required, the name of the parameter. |
XPath |
In the Output Parameters tab, click on a parameter and specify the xpath, in the Output Parameter Details area, associated with the parameter created by the lookup (all Design Studio lookups return an XML document. The xpath is used to specify the location of the desired parameter within the XML document). An example of a simple XPath would be //MCLII. |
Description |
In the Output Parameters tab, click on a parameter and enter a description of the parameter in the Output Parameter Details area. |