Defining the Scope of Context Parameters

Parameters added at the interface level are available for use by all the containing operations. Parameters added at the operation level are only available for that specific operation.

Procedure

  • You can define the scope of context parameter using the following options:
    • A parameter defined for operation A can be made available to operation B by selecting the parameter in operation B and clicking the button.
    • A parameter defined for an operation can be made available to all other operations by selecting the parameter at the interface level and clicking the button.
    • The scope of a parameter used by operations A and B can be reduced by selecting the parameter in the operation where the parameter will not be used and clicking the button. The operation will remain in the table but the tooltip will display the reduced scope.