access.or
'or' (Boolean) operator.
Syntax
with clause or with clause
Description
used between selection criteria clauses to indicate that either condition being evaluated as true will select the item for processing.
Example
list entity with name 'ar]' and with city 'irv]' or with
city 'san]' and with contact '[joe]'
This example lists those items which meet one of two criteria: a name starting
with 'ar' and with a city starting with 'irv', or, a city
starting with 'san' and a contact containing the string
'joe'.
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
