- Home [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
- Getting started
- Use cases
-
API
- Object types
- Data types
- Global constants
-
Work with apps
- ApplicationBatchDeleteBuilder
- ApplicationBatchSaveBuilder
- ApplicationBatchSaver
- ApplicationBatchUpdateBuilder
- ApplicationBatchUpdater
- ApplicationBatcher
- ApplicationFieldOperand
- BaseFieldOperand
- BaseGlobalFilters
- ComparableFieldOperand
- ContextOperand
- DirectoriesSearch
- DocflowSettings
- FieldArrayOperand
- FieldOperand
- FilesSearch
- FolderSettings
- GlobalFilters
- GlobalFiltersWithWhere
- LineApplicationFieldOperand
- MailMessageSearch
- NomenclatureRegistrationSettings
- OrganisationStructureSearch
- PhoneFieldOperand
- ProcessInstanceSearch
- ProcessInstanceTaskSearch
- RefItemFieldOperand
- RegistrationSettings
- ReminderSearch
- ReplacementSearch
- ReportSearch
- ResetSettings
- Search
- SerialData
- SerialSettings
- SignatureSettings
- StatusHistorySearch
- StringFieldOperand
- TDocTemplate
- TFolder
- TNomenclature
- TNomenclatureDirectory
- TSettings
- UpdateOperations
- UserGroupSearch
- UserSearch
- Web requests
- Access permissions
- Document flow
- Live Chats
- “Code” widget
- Signatures
- Business calendars
- Integration with IP telephony
- Integration with email marketing services
Filter by string collection field
The StringFieldOperand object provides a method to filter by String type fields.
Type parameters
T: StringedTypes
Hierarchy
Properties
Readonly not
Logical negation.
Methods
eq
The field’s value is equal to the one of another field or constant, or it is undefined.
Parameters
x: FieldOperand<T> | ConstOperandType<T> | null | ContextOperand
Returns Filter
gt
The field’s value is greater than the one of another field or constant.
Parameters
x: FieldOperand<T> | ConstOperandType<T> | ContextOperand
Returns Filter
gte
The field’s value is greater than or equal to the one of another field or constant.
Parameters
x: FieldOperand<T> | ConstOperandType<T> | ContextOperand
Returns Filter
in
The field is included in a Many/Multiple type field as an item.
Parameters
x: FieldArrayOperand<T> | FieldArrayOperand<T[]> | ConstOperandType<T>[] | ContextOperand[]
Returns Filter
like
The string is included in a specified variable or constant.
Parameters
x: string
Returns Filter
lt
The field’s value is less than the one of another field or constant.
Parameters
x: FieldOperand<T> | ConstOperandType<T> | ContextOperand
Returns Filter
lte
The field’s value is less than or equal to the one of another field or constant.
Parameters
x: FieldOperand<T> | ConstOperandType<T> | ContextOperand
Returns Filter
neq
The field’s value is not equal to the one of another field or constant, or it is defined.
Parameters
x: FieldOperand<T> | ConstOperandType<T> | null | ContextOperand
Returns Filter
Properties
Methods