ContactManager.FindContacts

Syntax:

FindContacts(<Filter>)

Parameters:

<Filter> (optional)

Type: DataCompositionFilter.
It defines the conditions to filter contacts.

Returned value:

Type: Array.
The LocalContactKey array of contacts found in accordance with the filter.
If the filter is not defined, it returns all contacts.

Description:

It searches for contacts.
If the filter is not set, all contacts are returned.
You can set filter by the following fields:
  • FirstName
  • LastName
  • MiddleName
  • PhoneticFirstName
  • PhoneticLastName
  • PhoneticMiddleName
  • Nickname
  • Prefix
  • Suffix
  • Organization
  • Department
  • JobTitle
  • Note
  • PhoneNumbers
  • Emails
  • Addresses
  • InstantMessageAddresses
  • URLs
  • Birthday

Availability:

Mobile application (client).

    

1C:Enterprise Developer's Community