Creating Multiple OR Conditions
You can create multiple conditions for each branch connector. Siebel CRM treats multiple conditions with the AND operator. You can use multiple expressions to create multiple OR conditions. The following example illustrates an expression that uses the OR operator to compare a business component field to the date for today:
([Close Date] <= Today()) OR ([Name] = 'Opportunity test1')
For more information, see Siebel Business Process Framework: Workflow Guide.