Case
|
The CaseCriteria type exposes the following members.
Name | Description | |
---|---|---|
CaseCriteria | Initializes a new instance of the CaseCriteria class |
Name | Description | |
---|---|---|
InternalName | Filter the cases with specific internal name (aka short name). The filter is case insensitive. | |
OnlyActiveCases | True to return only active cases. | |
OnlyCustomerCases | True to return only customer cases. | |
OnlyInactiveCases | True to return only inactive cases. | |
OnlyInternalCases | True to return only internal cases. | |
SalesProcess | Get cases which are in specific sales process: InProgress, Won, Lost, NotSelected. NotSelected means that case does not have sales process defined. It's possible to use multiple statuses by separating them by comma, e.g. "Won,NotSelected", which means that all projects which has Won sales status or does not have sales process defined will be returned. | |
Tags | Filter the cases with tags (keywords). When the filter has multiple tags then returns cases which has all required tags. The tag search is performed as like search meaning that when the tag contains the filter's text then it's a match. The filter is case insensitive. |