Entities that support criterias on *_Summary properties
The following is specific to our WorkZone Service OData provider.
For Summary fields with freetext behavior, the search criteria $filter=Summary eq ‘world’ will match the string ‘Hello World‘. The search is by definition case insensitive.
Specifying $filter=startswith(Summary, ‘worl’) will also match ‘Hello World‘.
Most entities support filtering on Summary properties.
| Entity | Freetext behavior | Description |
|---|---|---|
|
Ou |
No |
Organisational unit |
|
OuDomain |
No |
Organisational unit when referenced from properties like ResponsibleOu |
|
Contact |
Yes |
Contact is the type representing people, companies etc… |
|
Record |
Yes |
Records are the metadata container for a Document |
|
Document |
Yes |
Document is the type holding the stream of a Record |
|
FileClassificationSystem |
No |
FileClassifcationSystems contain the classification scheme used to classify other entities. |
|
SystemFileClassificationSystem |
No |
A special version of the classification scheme used by the system. |
|
Employee |
No |
Represents an employee in the organization. |
|
EmployeeDomain |
No |
A view of all employees. Used from the Officer properties of File and Record. |
|
OuEmployeeDomain |
No |
A view that contains both employees and organizational units. |
|
File |
Yes |
A File is the entity representing a Case. |
|
FileClass |
No |
Part of the file classification system. |
|
SystemFileClass |
No |
Part of the file classification system. |
|
FileClassCreate |
No |
Part of the file classification system. |
|
FileClassSearch |
No |
Part of the file classification system. |
|
FileClassificationSystemCreate |
No |
Part of the file classification system. |
|
SubnumbersUsage |
Yes |
|
|
DummyFcsElabLang |
No |
|
|
FileElab |
Yes |
|
|
RecordElab |
Yes |
|