- 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]
- Manage types
- Global context and isolation
- Manage apps
- Batch actions with app items
- Manage external services
- Scripts in widgets
- Web components
- Access permissions
- Getting started with processes
- Getting started with signatures
- Getting started with file previews
- Getting started with the organizational chart
- Getting started with users and groups
-
Getting started with the
Table data type - Dynamic calculation of event type
- 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
Filtering of a collection by a Phone number type field
PhoneFieldOperand provides methods for filtering by Phone number type fields.
Type parameters
T: TPhone<PhoneType>
Hierarchy
Properties
Readonly not
Logical negation.
Methods
eq
The field’s value is equal to another field or constant, or it is undefined.
Parameters
x: FieldOperand<T> | ConstOperandType<T> | null | ContextOperand
Returns Filter
gt Deprecated
Избегайте использования этого метода для поля типа Телефон.
Поле больше другого поля или константы.
Parameters
x: FieldOperand<T> | ConstOperandType<T> | ContextOperand
Returns Filter
gte Deprecated
Используйте методы
eq()
иneq()
.Поле больше или равно другому полю или константе.
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
Filtering based on whether the substring is included in the variable or constant.
Parameters
x: string
Returns Filter
lt Deprecated
Избегайте использования этого метода для поля типа Телефон.
Поле меньше другого поля или константы.
Parameters
x: FieldOperand<T> | ConstOperandType<T> | ContextOperand
Returns Filter
lte Deprecated
Используйте методы
eq()
иneq()
.Поле меньше или равно другому полю или константе.
Parameters
x: FieldOperand<T> | ConstOperandType<T> | ContextOperand
Returns Filter
neq
The field’s value is not equal to another field or constant, or it is undefined.
Parameters
x: FieldOperand<T> | ConstOperandType<T> | null | ContextOperand
Returns Filter
Properties
Methods