Filter: OrganizationalContactFilter

Filter type for OrganizationalContact.

All fields in this type are and-combined; see the or field for or-combination.


Input Fields

NameTypeDescription
ANDOrganizationalContactFilter

A field that checks if all filters in the list apply

If the list is empty, this filter applies to all objects.

OROrganizationalContactFilter

A field that checks if any of the filters in the list apply.

If the list is empty, this filter applies to no objects.

Note that only the items in the list or-combined; this complete OR field is and-combined with outer fields in the parent filter type.

emailString

Checks if email equals a specified string, case-sensitively.

If an index exists on email, it can be used.

See also like for a case-insensitive filter.

The email address of the contact

email_containsString

Checks if email contains a specified string, case-sensitively.

The email address of the contact

email_ends_withString

Checks if email ends with a specified string, case-sensitively.

The email address of the contact

email_gtString

Checks if email is greater than a specified value.

The email address of the contact

email_gteString

Checks if email is greater or equal a specified value.

The email address of the contact

email_inString

Checks if email is equal to one of the specified values.

The email address of the contact

email_likeString

Matches email against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on email, it can be used for the literal prefix (the part until the first placeholder).

The email address of the contact

email_ltString

Checks if email is less than a specified value.

The email address of the contact

email_lteString

Checks if email is less or equal a specified value.

The email address of the contact

email_notString

Checks if email does not equal a specified string, case-sensitively.

The email address of the contact

email_not_containsString

Checks if email does not contain a specified string, case-sensitively.

The email address of the contact

email_not_ends_withString

Checks if email does not end with a specified string, case-sensitively.

The email address of the contact

email_not_inString

Checks if email is not equal to one of the specified values.

The email address of the contact

email_not_likeString

Checks if email does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The email address of the contact

email_not_starts_withString

Checks if email does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The email address of the contact

email_starts_withString

Checks if email starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The email address of the contact

nameString

Checks if name equals a specified string, case-sensitively.

If an index exists on name, it can be used.

See also like for a case-insensitive filter.

The name of the contact

name_containsString

Checks if name contains a specified string, case-sensitively.

The name of the contact

name_ends_withString

Checks if name ends with a specified string, case-sensitively.

The name of the contact

name_gtString

Checks if name is greater than a specified value.

The name of the contact

name_gteString

Checks if name is greater or equal a specified value.

The name of the contact

name_inString

Checks if name is equal to one of the specified values.

The name of the contact

name_likeString

Matches name against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on name, it can be used for the literal prefix (the part until the first placeholder).

The name of the contact

name_ltString

Checks if name is less than a specified value.

The name of the contact

name_lteString

Checks if name is less or equal a specified value.

The name of the contact

name_notString

Checks if name does not equal a specified string, case-sensitively.

The name of the contact

name_not_containsString

Checks if name does not contain a specified string, case-sensitively.

The name of the contact

name_not_ends_withString

Checks if name does not end with a specified string, case-sensitively.

The name of the contact

name_not_inString

Checks if name is not equal to one of the specified values.

The name of the contact

name_not_likeString

Checks if name does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The name of the contact

name_not_starts_withString

Checks if name does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The name of the contact

name_starts_withString

Checks if name starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The name of the contact

phoneString

Checks if phone equals a specified string, case-sensitively.

If an index exists on phone, it can be used.

See also like for a case-insensitive filter.

The phone number of the contact

phone_containsString

Checks if phone contains a specified string, case-sensitively.

The phone number of the contact

phone_ends_withString

Checks if phone ends with a specified string, case-sensitively.

The phone number of the contact

phone_gtString

Checks if phone is greater than a specified value.

The phone number of the contact

phone_gteString

Checks if phone is greater or equal a specified value.

The phone number of the contact

phone_inString

Checks if phone is equal to one of the specified values.

The phone number of the contact

phone_likeString

Matches phone against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on phone, it can be used for the literal prefix (the part until the first placeholder).

The phone number of the contact

phone_ltString

Checks if phone is less than a specified value.

The phone number of the contact

phone_lteString

Checks if phone is less or equal a specified value.

The phone number of the contact

phone_notString

Checks if phone does not equal a specified string, case-sensitively.

The phone number of the contact

phone_not_containsString

Checks if phone does not contain a specified string, case-sensitively.

The phone number of the contact

phone_not_ends_withString

Checks if phone does not end with a specified string, case-sensitively.

The phone number of the contact

phone_not_inString

Checks if phone is not equal to one of the specified values.

The phone number of the contact

phone_not_likeString

Checks if phone does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The phone number of the contact

phone_not_starts_withString

Checks if phone does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The phone number of the contact

phone_starts_withString

Checks if phone starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The phone number of the contact


This page was generated: 2024-10-16