Optional View Technique

If a task must display data that the user can review and if this data is optional, then you can make the view optional. This following procedure shows how to use the optional view technique.

To use the optional view technique

  1. Open the Task Editor (see Opening the Task Editor) for the task you want to modify.

  2. Add a Siebel operation step with the values shown in the following table:

    Property Value

    Operation

    Query

  3. (Optional) In the Multi Value Property Window (MVPW) pane, click the Output Arguments tab and then add an output argument with the values shown in the following table.

    Property Value

    Type

    Output Argument

    Output Argument

    NumAffRows

    For more information, see Arguments of a Task Step.

    For more information, see Creating an Output Argument for a Task Step.

  4. Add a Decision step:

    1. Place this decision step immediately after the Siebel operation step you added previously.

    2. Add a branch with the values shown in the following table.

      Property Value

      Type

      Condition

    3. In the conditional branch, test that the value of the NumAffRows task property is a literal value that equals 0.

    4. Add another branch with the values shown in the following table.

      Property Value

      Type

      Default

  5. Add a view step immediately downstream of the decision step.

    This view step displays the optional data.

  6. To bypass the optional view, use the condition branch.

Example of the Optional View Technique

An activity field can include instructions. If no instructions exist, then the task can skip the view that displays them.