...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/integrity/duplicatecommunicationcriterion.php
- Класс: Bitrix\Crm\Integrity\DuplicateCommunicationCriterion
- Вызов: DuplicateCommunicationCriterion::getSupportedDedupeTypes
static function getSupportedDedupeTypes() { //TODO: Please add //TODO: DuplicateIndexType::COMMUNICATION_FACEBOOK, DuplicateIndexType::COMMUNICATION_SKYPE //TODO: and etc. if required return [ DuplicateIndexType::COMMUNICATION_PHONE, DuplicateIndexType::COMMUNICATION_EMAIL, ]; }