SovCondition
The list of condition objects that allow users to filter a list of records.
Declaration
object SovConditionProperties
| Name | Type | Description |
|---|---|---|
field | string | A list of field names to return within each record. |
operator | string | The operator values compare attributes to a list of specified values. The |
values | [string] | A list of matching values. |
Discussion
The Condition object functionality is similar to the WHERE clause in SQL.