
You can consolidate input and output parameters at action, block and process level.
Consolidating parameters means grouping several parameters and displaying them as a single one. When you consolidate parameters, they obtain the same values.
With the Guided Procedures (GP) design time tools, you can:
Remember that ignoring types involves data conversion, which may lead to data loss. It is your responsibility to determine the possible consequences before you apply consolidation.
The following icons are used in parameter consolidation to identify the different grouping modes:
| Icon | Description of Grouping Mode |
|---|---|
|
|
A group of consolidated parameters. Groups are created for standard parameters only:
|
|
|
A structure of consolidated parameters. Structures are created when consolidating Structure parameters. They contain copies of all exposed child parameters. These copies can be further consolidated in groups or structures. Child parameters that meet the requirements (in case of type-safe consolidation) are automatically consolidated in groups within the structure. |
More information: Callable Object Parameters
More information: Authorizations
The object's design time opens.
Performing Type-Safe Parameter Consolidation
The system highlights all standard root-level and nested parameters that have the same display name and type.
The Group option is enabled only for:
| Consolidation Type | Parameter Type | Grouping Mode |
|---|---|---|
|
Group Equal Values |
Standard |
|
|
Structure |
|
|
|
Custom Group |
Structure |
The children of the Structure parameters selected for consolidation are copied to the custom structure ( |
Performing Parameter Consolidation Ignoring Types
When types are ignored, the system highlights as eligible all parameters that have the same display name, regardless of their type.
The Group option is enabled if:
By default, the type of the first parameter is selected. You can choose any other type as long as you take into consideration the resulting type conversions.
As described in step 4 of the previous procedure, you can select:
Managing Parameter Groups and Structures
Optionally, you can perform the following activities:
Click in the Display Name field of a group or structure and enter the new name.
In case of type-safe consolidation, this is possible only if the parameter type is identical with the parameter type within the group.
This option is not available for structures ().
Select a parameter and choose Remove From Group.
This option is not available for structures ().
Select a group or structure and choose Ungroup.
You create a process for requesting materials that consists of the following actions:
You need to pass the material identifier from the first action on to the second and the third action. For this purpose, you consolidate the input parameter for the material ID of the three actions. At runtime, when the material ID is entered in the first step of the process, it automatically appears in the second and third actions as well.