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
-
Open the Task Editor (see Opening the Task Editor) for the task you want to modify.
-
Add a Siebel operation step with the values shown in the following table:
Property Value Operation
Query
-
(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.
-
Add a Decision step:
-
Place this decision step immediately after the Siebel operation step you added previously.
-
Add a branch with the values shown in the following table.
Property Value Type
Condition
-
In the conditional branch, test that the value of the NumAffRows task property is a literal value that equals 0.
-
Add another branch with the values shown in the following table.
Property Value Type
Default
-
-
Add a view step immediately downstream of the decision step.
This view step displays the optional data.
-
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.